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
8b5f751b
Commit
8b5f751b
authored
Jul 13, 2016
by
Christian Meyer
Browse files
ZmtLibraryPlugin.groovy: small fixes in documentation
parent
48c5bb07
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/groovy/de/zmt/gradle/ZmtLibraryPlugin.groovy
View file @
8b5f751b
...
...
@@ -2,8 +2,8 @@ package de.zmt.gradle;
import
org.gradle.api.*
/*
* Meta plugin applying all necessary plugins for ZMT libraries
/*
*
* Meta plugin applying all necessary plugins for ZMT libraries
.
*/
public
class
ZmtLibraryPlugin
implements
Plugin
<
Project
>
{
private
static
final
def
CONFIGURE
=
{
...
...
@@ -18,4 +18,4 @@ public class ZmtLibraryPlugin implements Plugin<Project> {
void
apply
(
Project
project
)
{
project
.
configure
(
project
,
CONFIGURE
)
}
}
}
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