We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acad360 commit 49efa05Copy full SHA for 49efa05
1 file changed
build.gradle
@@ -17,7 +17,7 @@ plugins {
17
// or by -P options on the Gradle command line.
18
19
ext {
20
- joltTag = 'sg251125'
+ joltTag = '5.5.0'
21
downloadedJoltZip = "downloads/JoltPhysics-${joltTag}.zip"
22
downloadedVhacdZip = 'downloads/v-hacd-4.1.0.zip'
23
@@ -554,7 +554,8 @@ tasks.withType(Sign).configureEach {
554
// Register tasks to download ZIP archives:
555
556
tasks.register('downloadJoltZip', Download) {
557
- src "https://github.com/stephengold/JoltPhysics/archive/refs/tags/${joltTag}.zip"
+ src "https://github.com/jrouwe/JoltPhysics/archive/refs/tags/v${joltTag}.zip"
558
+ //src "https://github.com/stephengold/JoltPhysics/archive/refs/tags/${joltTag}.zip"
559
dest file(downloadedJoltZip)
560
overwrite false
561
}
0 commit comments