Modified metadata structure

This commit is contained in:
Georgy Litvinov 2020-11-20 16:52:57 +01:00
parent 47bceb3461
commit 8741ed024f
6 changed files with 286 additions and 234 deletions

View file

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