From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: lexikiq Date: Sun, 9 May 2021 17:03:09 -0400 Subject: [PATCH] Update to Java 15 diff --git a/pom.xml b/pom.xml index 6857042b3475925f426cbe9f4858438a02bebd23..a295e88e8c05306c0e5876608797d64df6dc1699 100644 --- a/pom.xml +++ b/pom.xml @@ -19,8 +19,10 @@ - 1.8 - 1.8 + + 15 + 15 + UTF-8 4.7.0 @@ -148,7 +150,7 @@ org.jetbrains - annotations-java5 + annotations 20.1.0 provided @@ -278,15 +280,38 @@ + + + org.apache.maven.plugins + maven-source-plugin + 3.2.0 + + + attach-sources + + jar + + + + org.apache.maven.plugins maven-javadoc-plugin 3.2.0 + + + attach-javadocs + + jar + + + + ${java.home}/bin/javadoc https://guava.dev/releases/21.0/api/docs/ https://javadoc.io/doc/org.yaml/snakeyaml/1.27/ - https://javadoc.io/doc/org.jetbrains/annotations-java5/20.1.0/ + https://javadoc.io/doc/org.jetbrains/annotations/20.1.0/ https://javadoc.io/doc/net.md-5/bungeecord-chat/1.16-R0.4/ https://jd.adventure.kyori.net/api/${adventure.version}/ @@ -297,6 +322,7 @@ +