Issue#67 Update version to 1.0.1

This commit is contained in:
Gergely Hegedus 2022-07-12 14:41:17 +03:00
parent c4c4067391
commit cec6c7e101

View file

@ -1,6 +1,6 @@
apply plugin: "maven-publish"
def testUtilVersion = "1.0.0"
def testUtilVersion = "1.0.1"
if (!extensions.extraProperties.has("artifactId")) {
throw IllegalStateException("ext.artifactId is not set while applying deploy script")
}