New version

This commit is contained in:
Georgy Litvinov 2020-04-23 16:28:17 +02:00
parent 117b864e63
commit 2e25e3cf65

View file

@ -2,7 +2,7 @@ apply plugin: 'java'
repositories{
mavenCentral()
}
def releaseVersion = "0.5.7"
def releaseVersion = "0.5.8"
def propertyFile = file "src/main/java/w2phtml/project.properties"
Properties properties = new Properties()
propertyFile.withReader { properties.load(it) }
@ -27,6 +27,7 @@ dependencies{
bundledLibs 'org.libreoffice:juh:5.3.2'
bundledLibs 'org.libreoffice:ridl:5.3.2'
bundledLibs 'org.libreoffice:unoil:5.3.2'
bundledLibs 'org.json:json:20190722'
compile 'junit:junit:4.12'
bundledLibs group: 'org.apache.jena', name: 'jena-core', version: '3.14.0'
bundledLibs group: 'com.opencsv', name: 'opencsv', version: '5.1'