Skip to content

Commit 235b8eb

Browse files
committed
buildscripts: move joltFork and JoltTag to the "gradle.properties" file
1 parent da8b88c commit 235b8eb

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,10 @@ plugins {
1414
alias(libs.plugins.download) // to retrieve files from URLs
1515
}
1616

17-
// $artifact, $jjVersion, $useMTL, and $useVK are set in
17+
// $artifact, $jjVersion, $joltFork, $joltTag, $useMTL, and $useVK are set in
1818
// the gradle.properties file or by -P options on the Gradle command line.
1919

2020
ext {
21-
joltFork = 'stephengold'
22-
joltTag = 'sg260518'
2321
downloadedHairStraightZip = 'downloads/wStraightHair.zip'
2422
downloadedJoltZip = "downloads/JoltPhysics-${joltTag}.zip"
2523
downloadedVhacdZip = 'downloads/v-hacd-4.1.0.zip'

gradle.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ artifact = jolt-jni
2525
#flavor = Dp
2626
#flavor = Sp
2727

28+
## where to download Jolt-Physics sourcecode and assets:
29+
joltFork = stephengold
30+
joltTag = sg260518
31+
2832
## options to target only a single platform (default targets *all* available platforms)
2933
#target = Android_ARM7
3034
#target = Android_ARM8

0 commit comments

Comments
 (0)