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 e102d1c commit 91866fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.savant
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ project(group: "io.fusionauth", name: "fusionauth-php-client", version: "1.53.3"
}

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

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

0 comments on commit 91866fc

Please sign in to comment.