This commit is contained in:
Georgy Litvinov 2020-06-25 12:40:03 +02:00
parent 6b09e2b1f5
commit a4520bb046
4 changed files with 8 additions and 7 deletions

View file

@ -2,7 +2,7 @@ apply plugin: 'java'
repositories{
mavenCentral()
}
def releaseVersion = "0.5.12"
def releaseVersion = "0.5.13"
def propertyFile = file "src/main/java/w2phtml/project.properties"
Properties properties = new Properties()
propertyFile.withReader { properties.load(it) }