stigkj / gradle-executable-jar-plugin

ABANDONED - use something like the gradle-capsule-plugin instead
24 stars 3 forks source link

Should be possible to override the version of One-JAR to use #2

Closed stigkj closed 12 years ago

stigkj commented 12 years ago

The plugin uses v0.97 of One-JAR by default, but this should be possible to override, like this:

dependencies {
    ...
    executableJar 'one-jar:one-jar-boot:0.96'
    ...
}