Hi

If I run the script below on my java project, I notice that 
configurations.default does not contain the jar-artefact of my project. 

task copyRuntime(type: Copy) {
    from configurations.default.resolve()
    into "$buildDir/copy"
}

Based on the Gradle documentation, the jar-artefact should be part of 
configurations.default:
default extends runtime, archives - Artifacts produced and dependencies 
required by this project.

Is this a bug or am I overseeing something?

Etienne




Etienne Studer
Senior Software Developer

Canoo Engineering AG
Kirschgartenstrasse 5
CH-4051 Basel

T +41 61 228 94 44
F +41 61 228 94 49

[email protected]
www.canoo.com



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to