build.savant in fusionauth_client-1.39.0 vs build.savant in fusionauth_client-1.41.0

- old
+ new

@@ -1,7 +1,7 @@ /* - * Copyright (c) 2018-2020, FusionAuth, All Rights Reserved + * Copyright (c) 2018-2022, FusionAuth, All Rights Reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * @@ -11,14 +11,13 @@ * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, * either express or implied. See the License for the specific * language governing permissions and limitations under the License. */ -savantVersion = "1.0.0" pubVersion = "" -project(group: "io.fusionauth", name: "fusionauth-ruby-client", version: "1.39.0", licenses: ["ApacheV2_0"]) { +project(group: "io.fusionauth", name: "fusionauth-ruby-client", version: "1.41.0", licenses: ["ApacheV2_0"]) { workflow { fetch { cache() url(url: "https://repository.savantbuild.org") } @@ -38,11 +37,11 @@ } } } // Plugins -file = loadPlugin(id: "org.savantbuild.plugin:file:1.0.2") -release = loadPlugin(id: "org.savantbuild.plugin:release-git:${savantVersion}") +file = loadPlugin(id: "org.savantbuild.plugin:file:2.0.0-RC.4") +release = loadPlugin(id: "org.savantbuild.plugin:release-git:2.0.0-RC.4") target(name: "clean", description: "Cleans build directory") { file.prune(dir: 'pkg') }