mirror of https://github.com/halo-dev/halo
Upgrade to Gradle 9.0.0 (#7657)
#### What type of PR is this? /kind cleanup /area core /milestone 2.21.x #### What this PR does / why we need it: See https://docs.gradle.org/9.0.0/release-notes.html and https://github.com/gradle/gradle/releases/tag/v9.0.0 for more. #### Does this PR introduce a user-facing change? ```release-note 升级 Gradle 至 9.0.0 ```pull/7668/head
parent
1643e1de05
commit
27c18631e0
|
@ -41,7 +41,7 @@ therapi = ['therapi-runtime-javadoc', 'therapi-runtime-javadoc-scribe']
|
|||
[plugins]
|
||||
spring-boot = 'org.springframework.boot:3.5.4'
|
||||
spring-dependency-management = 'io.spring.dependency-management:1.1.7'
|
||||
git-properties = 'com.gorylenko.gradle-git-properties:2.5.0'
|
||||
git-properties = 'com.gorylenko.gradle-git-properties:2.5.2'
|
||||
undercouch-download = 'de.undercouch.download:5.6.0'
|
||||
lombok = 'io.freefair.lombok:8.14'
|
||||
checksum = 'org.gradle.crypto.checksum:1.4.0'
|
||||
|
|
Binary file not shown.
|
@ -1,6 +1,6 @@
|
|||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
|
Loading…
Reference in New Issue