Skip to content

Commit

Permalink
Merge pull request #7 from FusionAuth/degroff/savant_rc7
Browse files Browse the repository at this point in the history
Update build to Savant RC7
  • Loading branch information
robotdan authored Jun 14, 2024
2 parents f4f40aa + 08bd0c8 commit 822e7cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ If you want to dig into the code further, the `FusionAuthWorkerFactory` is what
```bash
mkdir ~/savant
cd ~/savant
wget http://savant.inversoft.org/org/savantbuild/savant-core/2.0.0-RC.6/savant-2.0.0-RC.6.tar.gz
tar xvfz savant-2.0.0-RC.6.tar.gz
ln -s ./savant-2.0.0-RC.6 current
wget http://savant.inversoft.org/org/savantbuild/savant-core/2.0.0-RC.7/savant-2.0.0-RC.7.tar.gz
tar xvfz savant-2.0.0-RC.7.tar.gz
ln -s ./savant-2.0.0-RC.7 current
export PATH=$PATH:~/savant/current/bin/
```

Expand Down
4 changes: 4 additions & 0 deletions build.savant
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ project(group: "io.fusionauth", name: "fusionauth-load-tests", version: "1.51.1"
publish {
cache()
}
semanticVersions {
mapping(id: "com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava", version: "9999.0.0")
mapping(id: "com.google.guava:guava-parent:26.0-android", version: "26.0.0")
}
}

publishWorkflow {
Expand Down

0 comments on commit 822e7cd

Please sign in to comment.