Export author afilliation as objects in rdf

This commit is contained in:
Georgy Litvinov 2020-11-24 23:01:57 +01:00
parent d9653ccd37
commit 52eaffca86
4 changed files with 13 additions and 6 deletions

View file

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