We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9ba1ca commit d4b92c2Copy full SHA for d4b92c2
build.gradle
@@ -2,6 +2,7 @@ plugins {
2
id 'java'
3
id 'org.springframework.boot' version '3.1.4'
4
id 'io.spring.dependency-management' version '1.1.3'
5
+ id 'application'
6
id 'org.openjfx.javafxplugin' version '0.1.0' // Add JavaFX Gradle plugin
7
}
8
0 commit comments