Skip to content

Commit

Permalink
fix(jbang): lower minimum java version for hawtio jbang to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Jan 23, 2024
1 parent 32aace4 commit 6b6ef13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hawtio-jbang/dist/HawtioJBang.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* limitations under the License.
*/

//JAVA 17+
//JAVA 11+
//REPOS mavencentral
//DEPS io.hawt:hawtio-embedded:${hawtio.jbang.version:4.0-beta-1}

Expand Down
2 changes: 1 addition & 1 deletion hawtio-jbang/src/main/jbang/main/HawtioJBang.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* limitations under the License.
*/

//JAVA 17+
//JAVA 11+
//REPOS mavencentral
//DEPS io.hawt:hawtio-embedded:${hawtio.jbang.version:4.0-beta-1}

Expand Down

0 comments on commit 6b6ef13

Please sign in to comment.