mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-10-23 02:18:55 +08:00
Fix test sysprop name to work on Windows
This commit is contained in:
@@ -7,5 +7,5 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api "org.apache.commons:commons-math3:${System.properties['commons-math3.version']}"
|
||||
api "org.apache.commons:commons-math3:${System.properties['commons_math3_version']}"
|
||||
}
|
||||
|
Reference in New Issue
Block a user