Commit 4af0ad29 authored by Claus Nagel's avatar Claus Nagel
Browse files

minor change

parent 2332b9b2
......@@ -46,11 +46,11 @@ startScripts {
distributions.main.contents {
from('resources/doc/README') {
filter(ReplaceTokens, tokens: [
version : project.version,
date : date.format('yyy-MM-dd'),
copyright : date.format('yyyy'),
version: project.version,
date: date.format('yyy-MM-dd'),
copyright: date.format('yyyy'),
javaCompatibility: sourceCompatibility.toString(),
jar : jar.archiveName
jar: jar.archiveName
])
}
into('jaxb-plugins') {
......
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