// plugin.gradle.kts
plugins {
java
}
java {
sourceCompatibility = JavaVersion.VERSION_1_7
}
The plugins must not rely on the global environment in any way because they are going to be applied to a separate, synthetic project which won't share any information with the original.
This will be great :)
@bamboo Is this supported yet?
No, not yet.
because they are going to be applied to a separate, synthetic project which won't share any information with the original
Can you explain this a bit better?
Any update on this?
Most helpful comment
Any update on this?