Skip to content

Commit

Permalink
Use JDK 17, fix compilation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vishal423 committed Aug 26, 2023
1 parent 3f3ace0 commit 7de2307
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/smoke-test-imperative.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
node-version: ${{ steps.setup.outputs.node-version }}
- uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: ${{ steps.setup.outputs.java-version }}
distribution: 'temurin'
java-version: '17'
- uses: graalvm/setup-graalvm@v1
id: graalvm
if: ${{ !contains(fromJson('["push", "pull_request"]'), github.event_name) || contains(matrix.app, 'mysql-caffeine') }}
Expand Down
2 changes: 1 addition & 1 deletion generators/server/templates/quarkus/gradle.properties.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ checkstyle_version=10.12.2
wiremock_version=2.35.0
testcontainers_keycloak_version=3.0.0
<%_ } _%>
no_http_checkstyle_version=0.0.10
no_http_checkstyle_version=0.0.11
modernizer_plugin_version=1.8.0

# jhipster-needle-gradle-property - JHipster will add additional properties here
Expand Down
2 changes: 1 addition & 1 deletion generators/server/templates/quarkus/pom.xml.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<openapi-generator-maven-plugin.version>3.2.3</openapi-generator-maven-plugin.version>
<%_ } _%>
<%_ if (cacheProvider === 'redis') { _%>
<camel-quarkus-jackson.version>3.0.0-RC2<camel-quarkus-jackson.version>
<camel-quarkus-jackson.version>3.0.0-RC2</camel-quarkus-jackson.version>
<%_ } _%>
<%_ if (databaseType === 'mongodb') { _%>
<mongock-bom.version>4.3.8</mongock-bom.version>
Expand Down

0 comments on commit 7de2307

Please sign in to comment.