Skip to content

Commit d640959

Browse files
committed
Update build files.
1 parent a6608e5 commit d640959

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

build.savant

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,17 @@ savantVersion = "1.0.0"
1717

1818
project(group: "io.fusionauth", name: "fusionauth-typescript-client", version: "1.31.1", licenses: ["ApacheV2_0"]) {
1919
workflow {
20-
standard()
20+
fetch {
21+
cache()
22+
url(url: "https://external.savant.fusionauth.io")
23+
}
24+
publish {
25+
cache()
26+
}
2127
}
2228

2329
publishWorkflow {
24-
subversion(repository: "http://svn.inversoft.org/savant")
30+
subversion(repository: "https://external.svn.fusionauth.io")
2531
}
2632

2733
publications {

0 commit comments

Comments
 (0)