Skip to content

Commit

Permalink
upgrading to Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus committed Apr 28, 2024
1 parent 5e9bfe8 commit fb4fe86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up JDK...
uses: actions/setup-java@v4
with:
java-version: 11
java-version: 21
distribution: 'temurin'
cache: 'maven'

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<name>bootique-rest-demo</name>

<properties>
<!-- Note that Bootique 3.x supports Java 11 or newer-->
<maven.compiler.release>21</maven.compiler.release>

<bootique.version>3.0-M4</bootique.version>

<main.class>io.bootique.rest.demo.App</main.class>
</properties>

Expand Down

0 comments on commit fb4fe86

Please sign in to comment.