From 7b206b46934f76e19e79c9c0adbf6305878e13f4 Mon Sep 17 00:00:00 2001 From: ez-plugins Date: Sun, 19 Apr 2026 21:43:46 +0200 Subject: [PATCH 1/2] fix(build): use -Dmaven.test.skip=true in jitpack.yml to skip test compilation -DskipTests only skips test execution but still compiles test sources and resolves test-scoped dependencies (including MockBukkit which is not in any public repo). -Dmaven.test.skip=true skips compilation entirely so JitPack does not attempt to fetch MockBukkit. --- jitpack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jitpack.yml b/jitpack.yml index 488078f..0e6229a 100644 --- a/jitpack.yml +++ b/jitpack.yml @@ -2,4 +2,4 @@ jdk: - openjdk25 install: - - ./mvnw --batch-mode --no-transfer-progress clean install -DskipTests + - ./mvnw --batch-mode --no-transfer-progress clean install -Dmaven.test.skip=true From e7073e5c6cc614df5d7c680ab7ad2e85a41f6cab Mon Sep 17 00:00:00 2001 From: ez-plugins Date: Sun, 19 Apr 2026 21:47:59 +0200 Subject: [PATCH 2/2] chore: bump version to 2.0.3 --- README.md | 6 +++--- api/pom.xml | 2 +- docs/api.md | 4 ++-- docs/getting-started.md | 2 +- docs/index.md | 2 +- plugin/pom.xml | 2 +- pom.xml | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a553b70..5732b01 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It runs timed season resets, sends reminder broadcasts, and provides `/season` s - Optional companion plugin: [EzLifesteal](https://modrinth.com/plugin/ezlifesteal) - Supported server software: Paper / Bukkit-compatible server - Requires: Java 25, Minecraft 26.1+ -- Plugin version: 2.0.2 +- Plugin version: 2.0.3 ## Quick setup (server owners) @@ -115,7 +115,7 @@ You can consume the API artifact in two ways: com.skyblockexp.lifesteal ezseasons-api - 2.0.2 + 2.0.3 provided @@ -135,7 +135,7 @@ You can consume the API artifact in two ways: com.github.ez-plugins.EzSeasons ezseasons-api - v2.0.2 + v2.0.3 provided diff --git a/api/pom.xml b/api/pom.xml index 68d7520..5768eb9 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -6,7 +6,7 @@ com.skyblockexp.lifesteal ezseasons-parent - 2.0.2 + 2.0.3 ezseasons-api diff --git a/docs/api.md b/docs/api.md index 20c821f..667fabc 100644 --- a/docs/api.md +++ b/docs/api.md @@ -39,7 +39,7 @@ You can use either GitHub Packages (official) or JitPack. com.skyblockexp.lifesteal ezseasons-api - 2.0.2 + 2.0.3 provided @@ -61,7 +61,7 @@ You can use either GitHub Packages (official) or JitPack. com.github.ez-plugins.EzSeasons ezseasons-api - v2.0.2 + v2.0.3 provided diff --git a/docs/getting-started.md b/docs/getting-started.md index 146b9db..75ba02c 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -29,7 +29,7 @@ EzSeasons does **not** require EzLifesteal. It is fully standalone. ## Installation 1. Stop your server. -2. Download `EzSeasons-2.0.2.jar` from [Modrinth](https://modrinth.com/plugin/ezseasons). +2. Download `EzSeasons-2.0.3.jar` from [Modrinth](https://modrinth.com/plugin/ezseasons). 3. Copy the jar into your `plugins/` folder. 4. *(Optional)* Install [EzLifesteal](https://modrinth.com/plugin/ezlifesteal) if you want Lifesteal heart-reset behavior on each season reset. 5. Start the server once. EzSeasons generates `plugins/EzSeasons/config.yml` and the `messages/` folder. diff --git a/docs/index.md b/docs/index.md index e426aad..bab26fc 100644 --- a/docs/index.md +++ b/docs/index.md @@ -34,7 +34,7 @@ It schedules timed season resets, broadcasts announcements, sends configurable c |---|---| | Minecraft / Paper | 26.1 or later | | Java | 25 or later | -| Plugin version | 2.0.2 | +| Plugin version | 2.0.3 | --- diff --git a/plugin/pom.xml b/plugin/pom.xml index 34eedfe..5ffe647 100644 --- a/plugin/pom.xml +++ b/plugin/pom.xml @@ -6,7 +6,7 @@ com.skyblockexp.lifesteal ezseasons-parent - 2.0.2 + 2.0.3 ezseasons-plugin diff --git a/pom.xml b/pom.xml index 5624b7d..3f7fb21 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.skyblockexp.lifesteal ezseasons-parent - 2.0.2 + 2.0.3 pom EzSeasons