Skip to content

Commit 0574a0e

Browse files
authored
chore: upgrade devtool version to 0.1.1 (#41)
#### What this PR does / why we need it: 升级 Devtools 版本号至 0.1.1 #### Does this PR introduce a user-facing change? ```release-note None ```
1 parent b302131 commit 0574a0e

5 files changed

Lines changed: 26 additions & 13 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'java'
33
id "com.github.node-gradle.node" version "7.0.2"
44
id "io.freefair.lombok" version "8.0.1"
5-
id "run.halo.plugin.devtools" version "0.0.9"
5+
id "run.halo.plugin.devtools" version "0.1.1"
66
}
77

88
group 'run.halo.starter'

gradle/wrapper/gradle-wrapper.jar

852 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed May 10 13:57:01 CST 2023
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
4+
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

gradlew

Lines changed: 14 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 9 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)