Hi,
In the middle of the build, I have the following task executed;
:org.qi4j.tutorials:org.qi4j.tutorial.services:jar
:org.qi4j.tutorials:jar
:jar
:tarBinaries
:tarSources
:zipBinaries
:zipSources
:org.qi4j.core:org.qi4j.core.api:assemble
Why are those tar/zip tasks being called at all?? I am calling gradle with
./gradlew clean build
The relevant (I think) gradle code;
task zipBinaries(type: Zip) {
classifier = 'bin'
with binDistImage
into "$rootProject.name-$version"
}
task tarBinaries(type: Tar) // TODO
task uploadDists(dependsOn: ['zipSources', 'tarSources',
'zipBinaries', 'tarBinaries']) {
}
task release {
description = 'Builds, tests and uploads the release artifacts'
group = 'release'
dependsOn uploadDists
}
--
Niclas Hedhman, Software Developer
http://www.qi4j.org - New Energy for Java
I live here; http://tinyurl.com/3xugrbk
I work here; http://tinyurl.com/24svnvk
I relax here; http://tinyurl.com/2cgsug
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email