We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9225c0a commit 4e8ee50Copy full SHA for 4e8ee50
publish.gradle
@@ -5,7 +5,7 @@ apply plugin: 'signing'
5
// Derived from instructions on the Central Repository site:
6
// http://central.sonatype.org/pages/gradle.html
7
group = "net.alloyggp"
8
-version = "0.0.3"
+version = "0.0.4"
9
task javadocJar(type: Jar) {
10
classifier = 'javadoc'
11
from javadoc
0 commit comments