Version 0.5.5
This commit is contained in:
parent
9d83418fae
commit
125d7817d2
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ apply plugin: 'java'
|
|||
repositories{
|
||||
mavenCentral()
|
||||
}
|
||||
def releaseVersion = "0.5.4"
|
||||
def releaseVersion = "0.5.5"
|
||||
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