Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Energy ADE
ADE Xjc
Commits
4af0ad29
Commit
4af0ad29
authored
Jan 29, 2018
by
Claus Nagel
Browse files
minor change
parent
2332b9b2
Changes
1
Show whitespace changes
Inline
Side-by-side
build.gradle
View file @
4af0ad29
...
@@ -46,11 +46,11 @@ startScripts {
...
@@ -46,11 +46,11 @@ startScripts {
distributions
.
main
.
contents
{
distributions
.
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'
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment