Skip to content
This repository was archived by the owner on May 19, 2019. It is now read-only.

Commit 1829725

Browse files
committed
Updated README regarding warblerBootstrapVersion
1 parent 00ad209 commit 1829725

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,15 @@ task myJar (type :Jar) {
7474

7575
Using the default main class method `defaultMainClass()` will include class files from
7676
[warbler-bootstrap](https://github.com/jruby-gradle/warbler-bootstrap)
77+
78+
## Controlling the version of warbler-bootstrap
79+
80+
By default the version is set to `1.+` meaning anything version 1.0 or beyond. If your project wants to lock
81+
down the specific version, then it can be set via
82+
83+
```groovy
84+
jruby {
85+
warblerBootstrapversion = '1.0.0'
86+
}
87+
```
88+

0 commit comments

Comments
 (0)