Skip to content

Commit

Permalink
fix: allow 17+ for genadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
maxandersen committed Sep 30, 2024
1 parent 7af0ad5 commit d080b53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/genadoc.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//DEPS info.picocli:picocli:4.6.3
//DEPS info.picocli:picocli-codegen:4.6.3
//JAVA 16
//JAVA 17+

import picocli.CommandLine;
import picocli.CommandLine.Command;
Expand Down
2 changes: 1 addition & 1 deletion readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ image:https://img.shields.io/github/downloads/jbangdev/jbang/total.svg[Downloads
image:https://github.com/jbangdev/jbang/workflows/ci-build/badge.svg[Build Status,link=https://github.com/jbangdev/jbang/actions]
image:https://www.eclipse.org/che/contribute.svg[Che, link=https://che.openshift.io/f?url=https://github.com/jbangdev/jbang]
image:https://img.shields.io/badge/Gitpod-Workspace-blue?logo=gitpodp[Gitpod, link=https://gitpod.io/#https://github.com/jbangdev/jbang]
image:https://badges.gitter.im/jbangdev/community.svg[Gitter, link=https://gitter.im/jbangdev/community]
image:https://img.shields.io/badge/zulip-join_chat-brightgreen.svg[Chat, link=https://jbangdev.zulipchat.com/)
image:https://sourcespy.com/shield.svg[Gitter, link=https://sourcespy.com/github/jbangdevjbang/]


Expand Down

0 comments on commit d080b53

Please sign in to comment.