File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed
Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 11plugins {
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-
2416dependencies {
2517 implementation platform(' run.halo.tools.platform:plugin:2.9.0-SNAPSHOT' )
2618 compileOnly ' 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/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}
You can’t perform that action at this time.
0 commit comments