Commit 8b7276a4 authored by Claus Nagel's avatar Claus Nagel
Browse files

minor change

parent 4d9f022b
...@@ -66,7 +66,7 @@ distributions.main.contents { ...@@ -66,7 +66,7 @@ distributions.main.contents {
version: project.version, version: project.version,
date: date.format('yyyy-MM-dd'), date: date.format('yyyy-MM-dd'),
copyright: date.format('yyyy'), copyright: date.format('yyyy'),
javaCompatibility: sourceCompatibility.toString(), javaCompatibility: compileJava.options.release.get().toString(),
appName: project.name, appName: project.name,
citygml4jVersion: citygml4jVersion citygml4jVersion: citygml4jVersion
]) ])
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment