Skip to content

Commit ca62753

Browse files
committed
Remove temporary build change for release.
1 parent daabf30 commit ca62753

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.savant

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ project(group: "io.fusionauth", name: "fusionauth-typescript-client", version: "
1919
workflow {
2020
fetch {
2121
cache()
22-
url(url: "https://external.savant.fusionauth.io")
22+
url(url: "https://repository.savantbuild.org")
2323
}
2424
publish {
2525
cache()
2626
}
2727
}
2828

2929
publishWorkflow {
30-
subversion(repository: "https://external.svn.fusionauth.io", username: global.internalRepositoryUsername, password: global.internalRepositoryPassword)
30+
subversion(repository: "https://svn.savantbuild.org")
3131
}
3232

3333
publications {

0 commit comments

Comments
 (0)