make get_jreleaser just work with jbang
By adding //JAVA 11 you can just do `jbang git.io/get-jreleaser`
This commit is contained in:
parent
082d8e6441
commit
1be32a4768
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
//JAVA 11+
|
||||
import java.io.FileNotFoundException;
|
||||
import java.io.IOException;
|
||||
import java.net.URL;
|
||||
|
|
Loading…
Reference in a new issue