aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorClyhtsuriva <aimeric@adjutor.xyz>2021-06-26 12:34:26 +0200
committerClyhtsuriva <aimeric@adjutor.xyz>2021-06-26 12:34:26 +0200
commite64ffae239b19871704b4ac1e9cd58275ed58622 (patch)
treeb7586af24fc281116a2913eaa9f4d8d849468d3b /pom.xml
parente38c5887682b13b7d9dadc822c02654939fc7401 (diff)
Changed the architecture to respect maven and generated an empty javadoc
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index b3833f4..821c1b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,8 +8,10 @@
<packaging>jar</packaging>
<version>0.1.0</version>
<properties>
- <maven.compiler.source>1.8</maven.compiler.source>
- <maven.compiler.target>1.8</maven.compiler.target>
+ <maven.compiler.source>16</maven.compiler.source>
+ <maven.compiler.target>16</maven.compiler.target>
+ <maven.compiler.release>16</maven.compiler.release>
+ <java.version>16</java.version>
</properties>
<build>
<plugins>
@@ -63,8 +65,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>14</source>
- <target>14</target>
+ <source>16</source>
+ <target>16</target>
</configuration>
</plugin>
</plugins>