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 ee48456 commit be62151Copy full SHA for be62151
build.gradle
@@ -1,5 +1,5 @@
1
+apply plugin: 'java'
2
apply plugin: 'maven'
-apply plugin: 'signing'
3
4
sourceCompatibility = 1.7
5
targetCompatibility = 1.7
build.gradle.release
@@ -1,4 +1,4 @@
-apply plugin: 'java'
+apply plugin: 'signing'
task javadocJar(type: Jar) {
classifier = 'javadoc'
0 commit comments