mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 08:05:05 +00:00
drop Wrapper.DistributionType.ALL for Gradle wrapper config
This commit is contained in:
parent
5403e95958
commit
ed4dbadb6c
@ -136,7 +136,10 @@ task ciBuild {
|
||||
wrapper {
|
||||
// To upgrade the version of gradle used in the wrapper, run:
|
||||
// ./gradlew wrapper --gradle-version NEW_VERSION
|
||||
distributionType = Wrapper.DistributionType.ALL
|
||||
|
||||
// uncomment locally if you need to debug build scripts.
|
||||
// in such cases, having the sources helps
|
||||
//distributionType = Wrapper.DistributionType.ALL
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user