Skip to content

Commit c5e828c

Browse files
committed
Fix maven sign error #2.
1 parent db79ce5 commit c5e828c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

blade-engine-spine-plugin/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: "java"
22
apply plugin: 'java-library'
3-
apply plugin: "maven"
43
apply plugin: "signing"
4+
apply plugin: "maven"
55

66
group = 'com.bladecoder.engine'
77

@@ -52,7 +52,7 @@ task sourcesJar(type: Jar) {
5252
}
5353

5454
artifacts {
55-
archives jar
55+
//archives jar
5656
archives enginedocJar
5757
archives sourcesJar
5858
}

blade-engine/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'java-library'
22
apply plugin: "java"
3-
apply plugin: "maven"
43
apply plugin: "signing"
4+
apply plugin: "maven"
55

66
group = 'com.bladecoder.engine'
77

0 commit comments

Comments
 (0)