We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd86a5f commit edb7ddaCopy full SHA for edb7dda
gradle.properties
@@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx4g
2
3
# Publishing : Required
4
GROUP=io.eqoty.kryptools
5
-VERSION_NAME=0.2.2
+VERSION_NAME=0.2.3
6
# Publishing : Optional
7
POM_NAME=kryptools
8
POM_DESCRIPTION=A Kotlin multiplatform collection of cryptography/crypto tools.
@@ -17,6 +17,7 @@ POM_LICENCE_DIST=repo
17
POM_DEVELOPER_ID=luca992
18
POM_DEVELOPER_NAME=Luca Spinazzola
19
POM_DEVELOPER_URL=https://github.com/luca992/
20
+SONATYPE_AUTOMATIC_RELEASE=true
21
22
# Kotlin build config
23
kotlin.code.style=official
0 commit comments