Update library version

This commit is contained in:
Gergely Hegedus 2022-07-21 13:33:36 +03:00
parent 2ddc933dc2
commit faf9cceb8e

View file

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