Skip to content

Commit

Permalink
amend javadoc build
Browse files Browse the repository at this point in the history
  • Loading branch information
micycle1 committed Jul 29, 2023
1 parent b2e923f commit 9128375
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
jdk:
- openjdk11
- openjdk8
14 changes: 3 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<configuration>
<release>8</release>
<source>8</source>
<target>8</target>
<compilerArgs>
<arg>-Xplugin:jabel</arg>
</compilerArgs>
</configuration>
</plugin>
<plugin>
Expand All @@ -50,7 +46,9 @@
<version>3.5.0</version>
<configuration>
<failOnError>false</failOnError>
<subpackages>micycle.pgs.*</subpackages>
<source>8</source>
<subpackages>micycle.pgs</subpackages>
<excludePackageNames>micycle.pgs.color</excludePackageNames>
</configuration>
<executions>
<execution>
Expand Down Expand Up @@ -276,12 +274,6 @@
<artifactId>space-filling-curves</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>com.github.bsideup.jabel</groupId>
<artifactId>jabel-javac-plugin</artifactId>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.micycle1</groupId>
<artifactId>kendzi-math</artifactId>
Expand Down

0 comments on commit 9128375

Please sign in to comment.