Skip to content

Commit

Permalink
Require Java 8, fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Jul 27, 2024
1 parent 4ed50fd commit ffdad0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.classpath
.settings/
.project
.idea/
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ under the License.
<properties>
<doxiaVersion>1.3</doxiaVersion>
<checkstyle.violation.ignore>MethodName,NewlineAtEndOfFile,ParameterNumber</checkstyle.violation.ignore>
<javaVersion>7</javaVersion>
<javaVersion>8</javaVersion>
<project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
</properties>

Expand Down Expand Up @@ -141,9 +141,9 @@ under the License.
<excludes combine.children="append">
<exclude>src/test/resources/expected/doc-book/plexus-user-guide.xml</exclude>
<exclude>src/test/resources/book-1/section-*.apt</exclude>
</excludes>
</excludes>
</configuration>
</plugin>
</plugin>
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
Expand Down Expand Up @@ -213,4 +213,4 @@ under the License.
</reporting>
</profile>
</profiles>
</project>
</project>

0 comments on commit ffdad0f

Please # to comment.