From 632e71707d30e5ba96098411ac49b20a593bf46c Mon Sep 17 00:00:00 2001 From: UnlegitDqrk Date: Sat, 21 Feb 2026 23:21:51 +0100 Subject: [PATCH] Introduce 1.0.1-BETA packet model with 1.0.0-BETA backwards compatibility --- .idea/misc.xml | 2 +- pom.xml | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 7f3f344..833623e 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -13,7 +13,7 @@ - + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 63399f0..ffe9aa6 100644 --- a/pom.xml +++ b/pom.xml @@ -111,6 +111,26 @@ + + org.apache.maven.plugins + maven-compiler-plugin + 3.13.0 + + ${maven.compiler.source} + ${maven.compiler.target} + + -proc:full + + + + + org.projectlombok + lombok + 1.18.42 + + + + org.apache.maven.plugins maven-source-plugin