Skip to content

Commit 4484433

Browse files
authored
chore: update plugin devtools for project (#27)
### What this PR does? 更新 devtools 插件 ```release-note None ```
1 parent b3f00e8 commit 4484433

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

build.gradle

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id "io.freefair.lombok" version "8.0.0-rc2"
3-
id "io.github.guqing.plugin-development" version "0.0.7-SNAPSHOT"
3+
id "run.halo.plugin.devtools" version "0.0.7"
44
id 'java'
55
}
66

@@ -13,14 +13,6 @@ repositories {
1313
maven { url 'https://repo.spring.io/milestone' }
1414
}
1515

16-
jar {
17-
enabled = true
18-
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
19-
manifest.attributes(
20-
'Plugin-Version': "${project.version}",
21-
)
22-
}
23-
2416
dependencies {
2517
implementation platform('run.halo.tools.platform:plugin:2.9.0-SNAPSHOT')
2618
compileOnly 'run.halo.app:api'

settings.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
pluginManagement {
22
repositories {
3-
maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots' }
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
}

0 commit comments

Comments
 (0)