-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Push the branch to JReleaser and use a fixed version of JReleaser
- Loading branch information
Showing
2 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
//usr/bin/env jbang "$0" "$@" ; exit $? | ||
//JAVA 8+ | ||
//DEPS org.jreleaser:jreleaser:1.0.0-M1 | ||
|
||
// We keep this here to enforce the version and make sure we use a consistent one. | ||
|
||
public class jreleaser { | ||
public static void main(String... args) throws Exception { | ||
org.jreleaser.cli.Main.main(args); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters