Skip to content

Commit 6958626

Browse files
committed
Workaround: expression expected
1 parent 5defbaa commit 6958626

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

example/build.gradle.kts

+3
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ plugins {
88
id("org.metaborg.devenv.spoofax.gradle.project") apply false
99
id("org.metaborg.devenv.spoofax.gradle.test") apply false
1010
}
11+
12+
// Workaround for issue: https://github.com/gradle/gradle/issues/20131
13+
println("")

0 commit comments

Comments
 (0)