Skip to content

Commit

Permalink
Build failure on GitHub actions #403: increase Java version for Sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
pkiraly committed Jan 16, 2024
1 parent 41b8621 commit 2a35c42
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'

- name: Build with Maven
Expand Down
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,19 @@
</roles>
<timezone>+1</timezone>
</developer>
<developer>
<id>nichtich</id>
<name>Jakob Voß</name>
<email>[email protected]</email>
<url>https://github.com/nichtich</url>
<organization>Verbundzentrale des GBV (VZG)</organization>
<organizationUrl>http://gbv.de</organizationUrl>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
<timezone>+1</timezone>
</developer>
</developers>

<licenses>
Expand Down

0 comments on commit 2a35c42

Please sign in to comment.