Skip to content

Commit

Permalink
Merge pull request #891 from hazendaz/master
Browse files Browse the repository at this point in the history
Build cleanup items
  • Loading branch information
mathieucarbou authored Jan 21, 2025
2 parents 83d6eeb + 7d2ba29 commit fe4dc0f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
java: [11, 17, 21, 22]
java: [11, 17, 21, 23, 24-ea]
distribution: ['temurin']
fail-fast: false
max-parallel: 4
Expand Down
12 changes: 12 additions & 0 deletions license-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,18 @@
</site>
</distributionManagement>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-bom</artifactId>
<version>5.15.2</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@
<rules>
<enforceBytecodeVersion>
<maxJdkVersion>${java.version}</maxJdkVersion>
<ignoredScopes>provided,test</ignoredScopes>
</enforceBytecodeVersion>
<requireMavenVersion>
<version>(3.6.3,)</version>
Expand Down Expand Up @@ -292,7 +293,7 @@
<source>${java.version}</source>
<quiet>true</quiet>
<links>
<link>https://docs.oracle.com/javase/8/docs/api/</link>
<link>https://docs.oracle.com/en/java/javase/11/docs/api/</link>
</links>
</configuration>
</plugin>
Expand Down

0 comments on commit fe4dc0f

Please sign in to comment.