From 8684e705a7eab7bf5b4471b44cee5fc2fa39664f Mon Sep 17 00:00:00 2001 From: lucasstarsz Date: Thu, 1 Aug 2024 23:23:08 -0400 Subject: [PATCH] remove gluonfx plugin, tech debt was not worth the upkeep --- build.gradle.kts | 3 --- settings.gradle.kts | 6 ------ 2 files changed, 9 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 7eab28d..c9865b1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -19,7 +19,6 @@ plugins { application id("org.openjfx.javafxplugin") version "0.1.0" id("org.beryx.jlink") version "3.0.1" - id("com.gluonhq.gluonfx-gradle-plugin") version "1.0.23" } group = "org.lucasstarsz" @@ -71,8 +70,6 @@ val distributionName = "FXDex ${version}" jlink { addExtraDependencies("javafx") options.addAll("--strip-debug", "--compress", "2", "--no-header-files", "--no-man-pages") - - launcher { name = distributionName diff --git a/settings.gradle.kts b/settings.gradle.kts index d576d8b..f3b8c27 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,9 +1,3 @@ -pluginManagement { - repositories { - gradlePluginPortal() - } -} - plugins { // Apply the foojay-resolver plugin to allow automatic download of JDKs id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"