Merge pull request #300 from liblit/gradle-4.7
Upgrade Gradle wrapper to release 4.7
This commit is contained in:
commit
49b0d66512
@ -97,7 +97,7 @@ model {
|
||||
tasks.test {
|
||||
def lib = linkXlator_testSharedLibrary
|
||||
dependsOn lib
|
||||
systemProperty 'java.library.path', lib.destinationDir
|
||||
systemProperty 'java.library.path', lib.destinationDirectory.orNull.asFile
|
||||
|
||||
// TODO: compute path on following line from 'cast' library properties somehow
|
||||
def castLibDir = "${project(':com.ibm.wala.cast').buildDir}/libs/cast/shared"
|
||||
|
||||
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,5 +1,5 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-bin.zip
|
||||
|
||||
Loading…
Reference in New Issue
Block a user