Skip to content

Commit d4b92c2

Browse files
authored
Update build.gradle
added id application
1 parent f9ba1ca commit d4b92c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ plugins {
22
id 'java'
33
id 'org.springframework.boot' version '3.1.4'
44
id 'io.spring.dependency-management' version '1.1.3'
5+
id 'application'
56
id 'org.openjfx.javafxplugin' version '0.1.0' // Add JavaFX Gradle plugin
67
}
78

0 commit comments

Comments
 (0)