stigkj / gradle-executable-jar-plugin

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

Add a test checking that the One-JAR version can be overridden #3

Open stigkj opened 12 years ago

stigkj commented 12 years ago

Add a test checking that overriding which version of One-JAR to use actually works. It would look like this:

dependencies {
    ...
    executableJar 'one-jar:one-jar-boot:0.96'
    ...
}
stigkj commented 12 years ago

Not a proper unit test, but the sample build :execjar1 overrides it, check out commit 2cc429e4b6036e213b64a5e9885cd42521bf5c26.