We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe8c268 commit 667f9d3Copy full SHA for 667f9d3
publish.gradle
@@ -3,7 +3,7 @@ apply plugin: 'signing'
3
4
group = 'com.github.maltalex'
5
archivesBaseName = 'ineter'
6
-version = '0.1.0-SNAPSHOT'
+version = '0.1.0'
7
8
task javadocJar(type: Jar) {
9
classifier = 'javadoc'
0 commit comments