Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ecomod
zmt-build
Commits
ee015b6e
Commit
ee015b6e
authored
Nov 02, 2016
by
Christian Meyer
Browse files
ZmtLaunchPlugin.java: javadoc jar is added to distribution
parent
fb136a2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/groovy/de/zmt/gradle/ZmtLaunchPlugin.groovy
View file @
ee015b6e
...
...
@@ -26,6 +26,7 @@ public class ZmtLaunchPlugin implements Plugin<Project> {
// project's own library and dependencies
from
(
project
.
jar
)
from
(
project
.
sourceJar
)
from
(
project
.
javadocJar
)
from
(
project
.
configurations
.
runtime
)
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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