Skip to content

Commit

Permalink
Merge pull request #2112 from hazendaz/master
Browse files Browse the repository at this point in the history
Drop coverity to java 17, migrate to my fork of coveralls, allow up to java 22 builds
  • Loading branch information
hazendaz authored Nov 24, 2023
2 parents 3f306ed + e69396b commit 34ba63e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: 21
java-version: 17
distribution: zulu
- name: Analyze with Coverity
run: |
Expand Down
14 changes: 3 additions & 11 deletions Source/JNA/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
<checkstyle.plugin>3.3.1</checkstyle.plugin>
<clean.plugin>3.3.2</clean.plugin>
<compiler.plugin>3.11.0</compiler.plugin>
<coveralls.plugin>4.4.1</coveralls.plugin>
<coveralls.plugin>4.5.0-M2</coveralls.plugin>
<dependency.plugin>3.6.1</dependency.plugin>
<dependency-check.plugin>9.0.0</dependency-check.plugin>
<deploy.plugin>3.1.1</deploy.plugin>
Expand Down Expand Up @@ -224,7 +224,6 @@
<yuicompressor.plugin>1.5.1</yuicompressor.plugin>

<!-- Plugin Dependency Versions -->
<bind-api.version>2.3.3</bind-api.version>
<bug-pattern.version>1.5.0</bug-pattern.version>
<build-tools.version>1.3.1</build-tools.version>
<checkstyle.version>10.12.5</checkstyle.version>
Expand Down Expand Up @@ -378,7 +377,7 @@
</excludes>
</enforceBytecodeVersion>
<requireJavaVersion>
<version>[17,18),[20,21),[21,22)</version>
<version>[17,18),[21,22),[22,23)</version>
</requireJavaVersion>
<requireMavenVersion>
<version>[${maven.min-version},)</version>
Expand Down Expand Up @@ -693,16 +692,9 @@
<version>${jacoco.plugin}</version>
</plugin>
<plugin>
<groupId>io.jsonwebtoken.coveralls</groupId>
<groupId>com.github.hazendaz.maven</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>${coveralls.plugin}</version>
<dependencies>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>${bind-api.version}</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>com.github.ekryd.sortpom</groupId>
Expand Down

0 comments on commit 34ba63e

Please sign in to comment.