Hey all,

I have a working version of a buildscript dependency that defines a
OneJar task. If you're interested in using it, or can offer me advice on
improving it, take a look at:
https://github.com/curious-attempt-bunny/gradle-onejar

Usage looks like this:

import com.curiousattemptbunny.gradle.onejar.OneJar

// add the buildscript dependency

task oneJar(type: OneJar) {
        mainClass = 'com.mypackage.MyMainClass'
}

Because we're using a OneJar task we can easily output as many onejar
artifacts as we like for a gradle project.

I hope this is of interest to others!

Cheers,
Merlyn


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

    http://xircles.codehaus.org/manage_email


Reply via email to