File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
22 id ' java'
33 id " com.github.node-gradle.node" version " 3.3.0"
44 id " io.freefair.lombok" version " 8.0.1"
5- id " run.halo.plugin.devtools" version " 0.0.3 "
5+ id " run.halo.plugin.devtools" version " 0.0.4 "
66}
77
88group ' run.halo.starter'
@@ -16,7 +16,7 @@ repositories {
1616}
1717
1818dependencies {
19- implementation platform(' run.halo.tools.platform:plugin:2.5 .0-SNAPSHOT' )
19+ implementation platform(' run.halo.tools.platform:plugin:2.6 .0-SNAPSHOT' )
2020 compileOnly ' run.halo.app:api'
2121
2222 testImplementation ' run.halo.app:api'
Original file line number Diff line number Diff line change 11pluginManagement {
22 repositories {
3- maven { url ' https://s01.oss.sonatype.org/content/repositories/releases' }
4- maven { url ' https://maven.aliyun.com/repository/gradle-plugin' }
5- maven { url ' https://maven.aliyun.com/repository/spring-plugin' }
6- maven { url ' https://repo.spring.io/milestone' }
73 gradlePluginPortal()
84 }
95}
You can’t perform that action at this time.
0 commit comments