Skip to content

Commit

Permalink
remove gluonfx plugin, tech debt was not worth the upkeep
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasstarsz committed Aug 2, 2024
1 parent 070763e commit 8684e70
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 8684e70

Please sign in to comment.