John
05/16/2024, 9:34 PMgradle.rootProject.buildscript.dependencies but that only works for applying the plugins in subprojects for some reason. in the root build.gradle, i still get org.gradle.api.plugins.UnknownPluginException: Plugin [id: '...'] was not found in any of the following sources:John
05/16/2024, 9:39 PMbuildscript {
dependencies {
classpath("myplugin")
}
}
in settings.gradle.kts, it worksJohn
05/16/2024, 9:39 PMVampire
05/17/2024, 6:53 AMJohn
05/17/2024, 1:28 PMJohn
05/17/2024, 1:28 PMVampire
05/17/2024, 1:53 PMVampire
05/17/2024, 1:53 PMVampire
05/17/2024, 1:54 PMVampire
05/17/2024, 1:54 PMJohn
05/20/2024, 1:53 AMJohn
05/20/2024, 1:58 AM