Skip to content

Commit 7b3444f

Browse files
authored
Update build.gradle
Corrected tasks.withType<JavaExec> to use parentheses
1 parent 00d23b3 commit 7b3444f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ task copyStartScript(type: Copy) {
110110
}
111111

112112
// Configure the Java execution environment to include OpenJFX modules
113-
tasks.withType<JavaExec> {
113+
tasks.withType(JavaExec) {
114114
doFirst {
115115
// Assuming your project has a "src/main/resources" directory for configuration files
116116
// Adjust this path if needed

0 commit comments

Comments
 (0)