Update build.gradle

Esse commit está contido em:
topminipie
2024-08-29 18:02:26 +00:00
commit de GitHub
commit d1f5522094
+1 -1
Ver Arquivo
@@ -3,7 +3,7 @@ import org.gradle.internal.os.OperatingSystem;
plugins { plugins {
id 'application' id 'application'
id 'org.openjfx.javafxplugin' version '0.0.10' id 'org.openjfx.javafxplugin' version '0.0.10'
id 'com.github.sherter.google-java-format' version '0.9' //id 'com.github.sherter.google-java-format' version '0.9'
id "com.github.johnrengelman.shadow" version "7.1.0" id "com.github.johnrengelman.shadow" version "7.1.0"
id 'org.beryx.runtime' version '1.12.6' id 'org.beryx.runtime' version '1.12.6'
} }