From 991252130d7757f761f26179d471467bc16a317a Mon Sep 17 00:00:00 2001 From: SashegDev Date: Tue, 5 May 2026 09:42:49 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D1=8F=D0=B5=D0=BC=20Windows=20classifier=20=D0=B4=D0=BB=D1=8F?= =?UTF-8?q?=20JavaFX=20=D0=B8=20=D0=B8=D1=81=D0=BA=D0=BB=D1=8E=D1=87=D0=B0?= =?UTF-8?q?=D0=B5=D0=BC=20Linux=20jar=20=D0=B8=D0=B7=20shade?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - добавили win в javafx-controls и javafx-web - добавили фильтр в shade plugin для исключения *-linux.jar --- launcher/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/launcher/pom.xml b/launcher/pom.xml index 1d2a355..4185558 100644 --- a/launcher/pom.xml +++ b/launcher/pom.xml @@ -74,11 +74,13 @@ org.openjfx javafx-controls 21.0.2 + win org.openjfx javafx-web 21.0.2 + win org.junit.jupiter @@ -130,6 +132,13 @@ META-INF/*.RSA + + + org.openjfx:javafx-* + + **/*-linux.jar + + /