Skip to content

Commit 49efa05

Browse files
committed
update the Jolt-Physics source and assets to 23dadd0e (5.5.0)
1 parent acad360 commit 49efa05

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins {
1717
// or by -P options on the Gradle command line.
1818

1919
ext {
20-
joltTag = 'sg251125'
20+
joltTag = '5.5.0'
2121
downloadedJoltZip = "downloads/JoltPhysics-${joltTag}.zip"
2222
downloadedVhacdZip = 'downloads/v-hacd-4.1.0.zip'
2323

@@ -554,7 +554,8 @@ tasks.withType(Sign).configureEach {
554554
// Register tasks to download ZIP archives:
555555

556556
tasks.register('downloadJoltZip', Download) {
557-
src "https://github.com/stephengold/JoltPhysics/archive/refs/tags/${joltTag}.zip"
557+
src "https://github.com/jrouwe/JoltPhysics/archive/refs/tags/v${joltTag}.zip"
558+
//src "https://github.com/stephengold/JoltPhysics/archive/refs/tags/${joltTag}.zip"
558559
dest file(downloadedJoltZip)
559560
overwrite false
560561
}

0 commit comments

Comments
 (0)