Skip to content

Commit d133451

Browse files
committed
Use Savant Version 2.0, selected changes for build files from develop branch.
1 parent ebbd0a7 commit d133451

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.savant

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ project(group: "io.fusionauth", name: "fusionauth-typescript-client", version: "
3737
}
3838

3939
// Plugins
40-
file = loadPlugin(id: "org.savantbuild.plugin:file:2.0.0-RC.7")
41-
idea = loadPlugin(id: "org.savantbuild.plugin:idea:2.0.0-RC.7")
42-
release = loadPlugin(id: "org.savantbuild.plugin:release-git:2.0.0-RC.6")
40+
file = loadPlugin(id: "org.savantbuild.plugin:file:2.0.0")
41+
idea = loadPlugin(id: "org.savantbuild.plugin:idea:2.0.0")
42+
release = loadPlugin(id: "org.savantbuild.plugin:release-git:2.0.0")
4343

4444
target(name: "init", description: "Initializes the project") {
4545
def proc = 'npm ci'.execute()

0 commit comments

Comments
 (0)