Skip to content
Snippets Groups Projects
Commit d8db63d3 authored by Zoey76's avatar Zoey76
Browse files

Updated MMO Core to Java 21

Updated Maven Wrapper to 3.2.0
Updated Maven to 3.9.5
parent 1c47af6e
No related branches found
No related tags found
No related merge requests found
...@@ -2,4 +2,5 @@ target/ ...@@ -2,4 +2,5 @@ target/
.settings/ .settings/
.classpath .classpath
.project .project
*.iml *.iml
\ No newline at end of file /.idea/
No preview for this file type
...@@ -14,5 +14,5 @@ ...@@ -14,5 +14,5 @@
# KIND, either express or implied. See the License for the # KIND, either express or implied. See the License for the
# specific language governing permissions and limitations # specific language governing permissions and limitations
# under the License. # under the License.
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.1/apache-maven-3.8.1-bin.zip distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.5/apache-maven-3.9.5-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.1/maven-wrapper-3.1.1.jar wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
jdk: before_install:
- openjdk17 - sdk install java 21-tem
\ No newline at end of file - sdk use java 21-tem
\ No newline at end of file
...@@ -3,20 +3,20 @@ ...@@ -3,20 +3,20 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.l2jserver</groupId> <groupId>com.l2jserver</groupId>
<artifactId>l2j-server-mmocore</artifactId> <artifactId>l2j-server-mmocore</artifactId>
<version>2.6.4.0</version> <version>2.6.5.0</version>
<name>L2J Server - MMO Core</name> <name>L2J Server - MMO Core</name>
<description>MMOCore is a communication abstraction library for game server development.</description> <description>MMOCore is a communication abstraction library for game server development.</description>
<url>https://bitbucket.org/l2jserver/l2j-server-mmocore/</url> <url>https://bitbucket.org/l2jserver/l2j-server-mmocore/</url>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.source>17</maven.compiler.source> <maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target> <maven.compiler.target>21</maven.compiler.target>
</properties> </properties>
<licenses> <licenses>
<license> <license>
<name>GPL 3.0</name> <name>GPL 3.0</name>
<url>http://www.gnu.org/licenses/gpl-3.0.html</url> <url>https://www.gnu.org/licenses/gpl-3.0.html</url>
</license> </license>
</licenses> </licenses>
<organization> <organization>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment