Bugfix
This commit is contained in:
parent
6b09e2b1f5
commit
a4520bb046
4 changed files with 8 additions and 7 deletions
|
@ -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) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue