Commit 2332b9b2 authored by Claus Nagel's avatar Claus Nagel
Browse files

minor change to build.gradle

parent 80a46864
...@@ -43,16 +43,14 @@ startScripts { ...@@ -43,16 +43,14 @@ startScripts {
} }
} }
distributions { distributions.main.contents {
main {
contents {
from('resources/doc/README') { from('resources/doc/README') {
filter(ReplaceTokens, tokens: [ filter(ReplaceTokens, tokens: [
version: project.version, version : project.version,
date: date.format('yyy-MM-dd'), date : date.format('yyy-MM-dd'),
copyright: date.format('yyyy'), copyright : date.format('yyyy'),
javaCompatibility: sourceCompatibility.toString(), javaCompatibility: sourceCompatibility.toString(),
jar: jar.archiveName jar : jar.archiveName
]) ])
} }
into('jaxb-plugins') { into('jaxb-plugins') {
...@@ -67,8 +65,6 @@ distributions { ...@@ -67,8 +65,6 @@ distributions {
into('license') { into('license') {
from 'LICENSE' from 'LICENSE'
} }
}
}
} }
task wrapper(type: Wrapper) { task wrapper(type: Wrapper) {
......
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