Skip to content

Commit

Permalink
Change pipeline to java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
qtc-de committed Dec 22, 2023
1 parent feb31ab commit 9b18a9e
Show file tree
Hide file tree
Showing 4 changed files with 277 additions and 277 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 8
java-version: 11
cache: maven
cache-dependency-path: pom.xml

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,15 +169,15 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.3</version>
<configuration>
<doclint>all,-missing</doclint>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<doclint>all,-missing</doclint>
</configuration>
</execution>
</executions>
</plugin>
Expand Down
Loading

0 comments on commit 9b18a9e

Please sign in to comment.