Version 0.5.7
This commit is contained in:
parent
4f0004f6b5
commit
69d62978a9
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ apply plugin: 'java'
|
|||
repositories{
|
||||
mavenCentral()
|
||||
}
|
||||
def releaseVersion = "0.5.6"
|
||||
def releaseVersion = "0.5.7"
|
||||
def propertyFile = file "src/main/java/w2phtml/project.properties"
|
||||
Properties properties = new Properties()
|
||||
propertyFile.withReader { properties.load(it) }
|
||||
|
|
Loading…
Add table
Reference in a new issue