We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db79ce5 commit c5e828cCopy full SHA for c5e828c
blade-engine-spine-plugin/build.gradle
@@ -1,7 +1,7 @@
1
apply plugin: "java"
2
apply plugin: 'java-library'
3
-apply plugin: "maven"
4
apply plugin: "signing"
+apply plugin: "maven"
5
6
group = 'com.bladecoder.engine'
7
@@ -52,7 +52,7 @@ task sourcesJar(type: Jar) {
52
}
53
54
artifacts {
55
- archives jar
+ //archives jar
56
archives enginedocJar
57
archives sourcesJar
58
blade-engine/build.gradle
0 commit comments