Commit 976bf8f
Fix javaexec() method not found error in Gradle 9.x
Replace project.javaexec {} with services.get(org.gradle.process.ExecOperations).javaexec {} for compatibility with Gradle 9.x where the direct method was removed.1 parent 8b78811 commit 976bf8f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments