Skip to content

Commit 1fa938d

Browse files
dweissjpountz
authored andcommitted
Fix broken intellij 2025.1 gradle import. (apache#14528)
1 parent 77984d2 commit 1fa938d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/java/core-mrjar.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ abstract class CompilerArgsProvider implements CommandLineArgumentProvider {
7575

7676
@Override
7777
Iterable<String> asArguments() {
78-
return ["--patch-module", "java.base=${apiJarFile.get().asFile.absolutePath}"]
78+
return ["--patch-module", "java.base=${apiJarFile.get().asFile.absolutePath}".toString()]
7979
}
8080
}

0 commit comments

Comments
 (0)