mirror of
https://github.com/halo-dev/plugin-starter.git
synced 2025-10-14 15:11:52 +00:00
chore: upgrade devtools version
This commit is contained in:
@@ -2,7 +2,7 @@ plugins {
|
|||||||
id 'java'
|
id 'java'
|
||||||
id "com.github.node-gradle.node" version "3.3.0"
|
id "com.github.node-gradle.node" version "3.3.0"
|
||||||
id "io.freefair.lombok" version "8.0.1"
|
id "io.freefair.lombok" version "8.0.1"
|
||||||
id "run.halo.plugin.devtools" version "0.0.3"
|
id "run.halo.plugin.devtools" version "0.0.4"
|
||||||
}
|
}
|
||||||
|
|
||||||
group 'run.halo.starter'
|
group 'run.halo.starter'
|
||||||
@@ -16,7 +16,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation platform('run.halo.tools.platform:plugin:2.5.0-SNAPSHOT')
|
implementation platform('run.halo.tools.platform:plugin:2.6.0-SNAPSHOT')
|
||||||
compileOnly 'run.halo.app:api'
|
compileOnly 'run.halo.app:api'
|
||||||
|
|
||||||
testImplementation 'run.halo.app:api'
|
testImplementation 'run.halo.app:api'
|
||||||
|
@@ -1,9 +1,5 @@
|
|||||||
pluginManagement {
|
pluginManagement {
|
||||||
repositories {
|
repositories {
|
||||||
maven { url 'https://s01.oss.sonatype.org/content/repositories/releases' }
|
|
||||||
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
|
|
||||||
maven { url 'https://maven.aliyun.com/repository/spring-plugin' }
|
|
||||||
maven { url 'https://repo.spring.io/milestone' }
|
|
||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user