Skip to content

Commit

Permalink
Use Savant Version 2.0, selected changes for build files from develop…
Browse files Browse the repository at this point in the history
… branch.
  • Loading branch information
robotdan committed Oct 25, 2024
1 parent 1d7b996 commit 97fb3da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.savant
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ project(group: "io.fusionauth", name: "fusionauth-python-client", version: "1.53
}

// Plugins
release = loadPlugin(id: "org.savantbuild.plugin:release-git:2.0.0-RC.6")
dependency = loadPlugin(id: "org.savantbuild.plugin:dependency:2.0.0-RC.7")
idea = loadPlugin(id: "org.savantbuild.plugin:idea:2.0.0-RC.7")
file = loadPlugin(id: "org.savantbuild.plugin:file:2.0.0-RC.7")
release = loadPlugin(id: "org.savantbuild.plugin:release-git:2.0.0")
dependency = loadPlugin(id: "org.savantbuild.plugin:dependency:2.0.0")
idea = loadPlugin(id: "org.savantbuild.plugin:idea:2.0.0")
file = loadPlugin(id: "org.savantbuild.plugin:file:2.0.0")

target(name: "clean", description: "Cleans the build directory") {
file.prune(dir: "build/zips")
Expand Down

0 comments on commit 97fb3da

Please sign in to comment.