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
acdc
repository-extension-services
Commits
6d762656
Commit
6d762656
authored
Sep 09, 2016
by
acoburn
Browse files
declare the task as a task
parent
0c5312e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
acrepo-services-activemq/build.gradle
acrepo-services-activemq/build.gradle
+5
-3
No files found.
acrepo-services-activemq/build.gradle
View file @
6d762656
...
...
@@ -10,10 +10,12 @@ dependencies {
testCompile
group:
'ch.qos.logback'
,
name:
'logback-classic'
,
version:
logbackVersion
}
task
buildMainClasses
{
file
(
'build/classes/main'
).
mkdirs
()
}
jar
{
dependsOn
{
file
(
'build/java/main'
).
mkdirs
()
}
dependsOn
buildMainClasses
manifest
{
description
project
.
description
docURL
project
.
docURL
...
...
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