Skip to content

Commit

Permalink
Merge pull request #7 from bsoaressimoes/fix-build/JDK-17
Browse files Browse the repository at this point in the history
fix(ci): use java 17 runner
  • Loading branch information
flazarus1A authored Jan 16, 2024
2 parents 7f29071 + b3e1783 commit 9e7a15f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:
if: startsWith(matrix.os, 'windows')

- uses: actions/checkout@v3
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
java-version: 17
cache: 'maven'

- name: Build with Maven
Expand Down
7 changes: 7 additions & 0 deletions integration-tests/protobuf-binding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@

<build>
<plugins>
<plugin>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<!-- https://github.com/trustin/os-maven-plugin#issues-with-eclipse-m2e-or-other-ides -->
<plugin>
<groupId>kr.motd.maven</groupId>
Expand Down

0 comments on commit 9e7a15f

Please sign in to comment.