Quantcast
Channel: Gradle Forums - Latest posts
Viewing all articles
Browse latest Browse all 19859

Copying different configurations inside nested folders

$
0
0

Have fixed It by changing to from with closure argument:

   webInf {
    from(configurations.natives) {
        into 'lib/bin'
    }
    from(configurations.licences) {
        into 'lib/bin/lmdata'
    }
}

Viewing all articles
Browse latest Browse all 19859

Trending Articles