Skip to content

Commit

Permalink
clean(java): Simplify JBang with //PREVIEW
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Dec 30, 2024
1 parent 2ab4e30 commit 1ce1f3e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions learn/jbang/hello.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@
* limitations under the License.
*/

//JAVA 21
//COMPILE_OPTIONS --enable-preview -source 21
//RUNTIME_OPTIONS --enable-preview
//JAVA 21+
//PREVIEW
//DEPS dev.enola:enola:0.0.1-SNAPSHOT

import static java.lang.System.out;
Expand Down

0 comments on commit 1ce1f3e

Please sign in to comment.