0.0.1-alpha-2
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Raffaele Mignone 2020-06-25 14:06:22 +02:00
parent 299b79a499
commit 48407f7ebd
Signed by: norangebit
GPG Key ID: F5255658CB220573
1 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ plugins {
} }
group = "it.unisannio.assd.untori" group = "it.unisannio.assd.untori"
version = "0.0.1-alpha" version = "0.0.1-alpha-2"
repositories { repositories {
mavenCentral() mavenCentral()
@ -67,7 +67,7 @@ bintray {
setLicenses("MIT") setLicenses("MIT")
desc = description desc = description
version.name = "0.0.1-alpha" version.name = "0.0.1-alpha-2"
} }
} }
@ -82,4 +82,4 @@ tasks {
compileTestKotlin { compileTestKotlin {
kotlinOptions.jvmTarget = "1.8" kotlinOptions.jvmTarget = "1.8"
} }
} }