mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-03-03 16:29:13 +00:00
HHH-9677 - Upgrade Gradle
This commit is contained in:
parent
72a50ae3e1
commit
c02e6c44fa
@ -40,7 +40,7 @@ buildscript {
|
||||
}
|
||||
|
||||
ext {
|
||||
expectedGradleVersion = '1.9'
|
||||
expectedGradleVersion = '2.2'
|
||||
hibernateTargetVersion = '5.0.0-SNAPSHOT'
|
||||
javaLanguageLevel = '1.6'
|
||||
|
||||
@ -258,7 +258,7 @@ subprojects { subProject ->
|
||||
}
|
||||
}
|
||||
downloadSources = true
|
||||
scopes.COMPILE.plus += configurations.provided
|
||||
scopes.COMPILE.plus += [configurations.provided]
|
||||
}
|
||||
}
|
||||
|
||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=http\://services.gradle.org/distributions/gradle-1.9-all.zip
|
||||
distributionUrl=http\://services.gradle.org/distributions/gradle-2.2-all.zip
|
||||
|
Loading…
x
Reference in New Issue
Block a user