You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
val buildFront = tasks.register<NpxTask>("asdf") {
environment.set(mapOf("BUILD_PATH" to "${output.get().getAsFile().toString()}/static"))
// broken highlighting after this line
}
the ${output.get().getAsFile().toString()} expression causes broken highlighting.
The text was updated successfully, but these errors were encountered:
In a gradle build script,
the
${output.get().getAsFile().toString()}
expression causes broken highlighting.The text was updated successfully, but these errors were encountered: