build.savant in fusionauth_client-1.50.0 vs build.savant in fusionauth_client-1.51.0
- old
+ new
@@ -13,11 +13,11 @@
* either express or implied. See the License for the specific
* language governing permissions and limitations under the License.
*/
pubVersion = ""
-project(group: "io.fusionauth", name: "fusionauth-ruby-client", version: "1.50.0", licenses: ["ApacheV2_0"]) {
+project(group: "io.fusionauth", name: "fusionauth-ruby-client", version: "1.51.0", licenses: ["ApacheV2_0"]) {
workflow {
fetch {
cache()
url(url: "https://repository.savantbuild.org")
}
@@ -37,10 +37,10 @@
}
}
}
// Plugins
-file = loadPlugin(id: "org.savantbuild.plugin:file:2.0.0-RC.6")
+file = loadPlugin(id: "org.savantbuild.plugin:file:2.0.0-RC.7")
release = loadPlugin(id: "org.savantbuild.plugin:release-git:2.0.0-RC.6")
target(name: "clean", description: "Cleans build directory") {
file.prune(dir: 'pkg')
}