Skip to content

Commit

Permalink
android.gradle: use jjVersion from "gradle.properties" file
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Feb 10, 2025
1 parent f81256b commit 610ce65
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions android.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ plugins {
alias(libs.plugins.validate.poms) // to verify POMs provide all info required by Maven Central
}

// $artifact is set in the gradle.properties file
// or by a -Partifact= option on the command line.
// $artifact and $jjVersion are set in the gradle.properties file
// or by -P options on the Gradle command line.

ext {
groupID = 'com.github.stephengold'
jjVersion = '0.9.6-SNAPSHOT'
baseName = "${artifact}-${jjVersion}" // for artifacts
websiteUrl = 'https://github.com/stephengold/jolt-jni'
}
Expand Down

0 comments on commit 610ce65

Please sign in to comment.