Merge pull request #1657 from spring-cloud/jdk16_boot_2_5
Works with JDK16
This commit is contained in:
@@ -3,7 +3,6 @@ plugins {
|
||||
id "org.springframework.boot"
|
||||
id "io.spring.dependency-management"
|
||||
id "maven-publish"
|
||||
id "maven"
|
||||
/**
|
||||
* While the SCC Gradle plugin is not strictly necessary for this project.
|
||||
* It is included to ensure that if the contractDslDir does not exist, then
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.4-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
Reference in New Issue
Block a user