Slackbot
03/21/2022, 7:37 PMZak Taccardi
03/21/2022, 7:39 PMbuildSrc/ to buildSource/ + includeBuild("buildSource") and would have to replace all my:
plugins {
`java-library-convention`
}
to:
plugins {
id("java-library-convention")
}
Is there a way to use an includeBuild("buildSource") but still get the generated plugin accessors?ephemient
03/21/2022, 7:42 PMplugins {
`java-gradle-plugin`
}
will build and register all *.gradle.kts as precompiled script pluginsephemient
03/21/2022, 7:42 PMephemient
03/21/2022, 7:43 PMZak Taccardi
03/21/2022, 7:43 PMincludeBuild("buildSource") does not last time I tried itephemient
03/21/2022, 7:44 PMephemient
03/21/2022, 7:45 PMephemient
03/21/2022, 7:46 PMZak Taccardi
03/21/2022, 7:46 PMVampire
03/21/2022, 10:05 PMbuildSrc to included build right now