Skip to content

Commit

Permalink
Merge pull request #556 from gsmet/quarkus-3.7
Browse files Browse the repository at this point in the history
Upgrade to Quarkus 3.7.0 and Java 17
  • Loading branch information
gsmet authored Jan 27, 2024
2 parents 9ffc1f3 + 2a949a0 commit 4c983b2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
matrix:
java:
- {
version: "11"
version: "17"
}
- {
version: "17"
version: "21"
}

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:

- uses: actions/checkout@v4

- name: Set up JDK 11
- name: Set up Java
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
java-version: 17
cache: 'maven'
server-id: ossrh
server-username: MAVEN_USERNAME
Expand Down
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/includes/attributes.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:quarkus-version: 3.6.6
:quarkus-version: 3.7.0
:quarkus-github-app-version: 2.1.1

:github-api-javadoc-root-url: https://github-api.kohsuke.org/apidocs/org/kohsuke/github
:github-reference-documentation-root-url: https://docs.github.com/en/free-pro-team@latest/developers

:command-airline-examples-dir: ./../examples/command/airline/
:command-airline-examples-dir: ./../examples/command/airline/
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.parameters>true</maven.compiler.parameters>
<quarkus.version>3.6.6</quarkus.version>
<quarkus.version>3.7.0</quarkus.version>
<compiler-plugin.version>3.10.1</compiler-plugin.version>
<resource-plugin.version>3.3.1</resource-plugin.version>
<dependency-plugin.version>3.6.1</dependency-plugin.version>
Expand Down

0 comments on commit 4c983b2

Please sign in to comment.