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
879ee91e
Commit
879ee91e
authored
Jul 05, 2016
by
Christian Meyer
Browse files
ZmtDistributionPlugin.java: fixed imports and addition of 'deployZip' task
parent
dfc4518a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/groovy/de/zmt/gradle/ZmtDistributionPlugin.groovy
View file @
879ee91e
package
de.zmt.gradle
;
import
org.gradle.api.*
import
org.gradle.api.file.DuplicatesStrategy
/*
* Distribution plugin for simulations based on zmt.core
...
...
@@ -32,7 +33,7 @@ public class ZmtDistributionPlugin implements Plugin<Project> {
}
}
task
deployZip
{
task
(
'
deployZip
'
)
{
group
=
'Upload'
description
=
'Uploads zip distribution to dochost.'
dependsOn
distZip
,
determineCredentials
...
...
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