Commit 6185f98 1 parent 3dab7ab commit 6185f98 Copy full SHA for 6185f98
File tree 2 files changed +7
-14
lines changed
2 files changed +7
-14
lines changed Original file line number Diff line number Diff line change 56
56
with :
57
57
name : plugin-starter
58
58
path : |
59
- build/libs/*-plain .jar
59
+ build/libs/*.jar
60
60
retention-days : 1
61
61
62
62
github-release :
@@ -102,4 +102,4 @@ jobs:
102
102
release_id: releaseId,
103
103
name: artifactName,
104
104
data: await fs.readFile(artifactPathName)
105
- });
105
+ });
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' org.springframework.boot' version ' 3.0.0-M3'
3
- id ' io.spring.dependency-management' version ' 1.0.11.RELEASE'
4
2
id " com.github.node-gradle.node" version " 3.3.0"
5
- id " io.github.guqing.plugin-development" version " 0.0.5 -SNAPSHOT"
3
+ id " io.github.guqing.plugin-development" version " 0.0.6 -SNAPSHOT"
6
4
id ' java'
7
5
}
8
6
9
7
group ' run.halo.starter'
10
8
sourceCompatibility = JavaVersion . VERSION_17
11
9
12
10
repositories {
11
+ maven { url ' https://s01.oss.sonatype.org/content/repositories/releases' }
13
12
maven { url ' https://repo.spring.io/milestone' }
14
13
mavenCentral()
15
14
}
16
15
17
- bootJar {
18
- enabled = false
19
- }
20
-
21
16
jar {
22
17
enabled = true
23
18
duplicatesStrategy = DuplicatesStrategy . EXCLUDE
@@ -32,14 +27,12 @@ jar {
32
27
}
33
28
34
29
dependencies {
35
- compileOnly " io.swagger.core.v3:swagger-core-jakarta:2.2.0"
36
- compileOnly ' org.springframework.boot:spring-boot-starter-webflux'
37
- compileOnly ' org.pf4j:pf4j:3.6.0'
30
+ compileOnly platform(" run.halo.dependencies:halo-dependencies:1.0.0" )
38
31
39
32
compileOnly files(" lib/halo-2.0.0-SNAPSHOT-plain.jar" )
40
33
41
- compileOnly ' org.projectlombok:lombok'
42
- annotationProcessor ' org.projectlombok:lombok'
34
+ compileOnly ' org.projectlombok:lombok:1.18.22 '
35
+ annotationProcessor ' org.projectlombok:lombok:1.18.22 '
43
36
44
37
testImplementation ' org.junit.jupiter:junit-jupiter-api:5.8.1'
45
38
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.8.1'
You can’t perform that action at this time.
0 commit comments