mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-05-01 20:38:34 +02:00
Fix test sysprop name to work on Windows
This commit is contained in:
parent
c77676cc69
commit
6e56b59601
3 changed files with 7 additions and 7 deletions
|
@ -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']}"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue