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 ebbd0a7 commit d133451
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 @@ -37,9 +37,9 @@ project(group: "io.fusionauth", name: "fusionauth-typescript-client", version: "
}

// 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: "init", description: "Initializes the project") {
def proc = 'npm ci'.execute()
Expand Down

0 comments on commit d133451

Please sign in to comment.