summaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2021-10-12 10:22:17 -0300
committerTorsten Grote <t@grobox.de>2021-10-12 10:22:17 -0300
commit98fceaf7489c7af827a1ac64cc258e92b5047ba4 (patch)
treea670a525a595444dd0ef27b268d834df1fadb637 /gradle.properties
parenta3f0644b5cdcbd9e350cd3b6b4acfae513751394 (diff)
downloadakono-master.tar.gz
akono-master.tar.bz2
akono-master.zip
Add auto-publishing configHEAD0.2master
so we can publish to Maven Central with minimal hassle
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties23
1 files changed, 22 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties
index 2d8d1e4d..d543b10c 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1 +1,22 @@
-android.useAndroidX=true \ No newline at end of file
+android.useAndroidX=true
+
+GROUP=net.taler
+POM_ARTIFACT_ID=akono
+VERSION_NAME=0.2
+
+POM_NAME=Akono
+POM_DESCRIPTION=NodeJS binding for Android+Kotlin.
+POM_INCEPTION_YEAR=2019
+POM_URL=https://taler.net
+
+POM_LICENSE_NAME=GPL-3.0
+POM_LICENSE_URL=https://www.gnu.org/licenses/gpl-3.0.en.html
+POM_LICENSE_DIST=repo
+
+POM_SCM_URL=https://git.taler.net/akono.git/
+POM_SCM_CONNECTION=scm:git:git://git.taler.net/akono.git
+POM_SCM_DEV_CONNECTION=scm:git:ssh://git@git.taler.net/akono.git
+
+POM_DEVELOPER_ID=grote
+POM_DEVELOPER_NAME=Torsten Grote
+POM_DEVELOPER_URL=https://github.com/grote/