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:
Max Rydahl Andersen 2021-12-08 09:50:21 +01:00 committed by Andres Almiray
parent 082d8e6441
commit 1be32a4768

View file

@ -1,3 +1,4 @@
//JAVA 11+
import java.io.FileNotFoundException;
import java.io.IOException;
import java.net.URL;