jereld

Results 3 comments of jereld

I think I know the issue @karadimou-mar is experiencing. Plugins with version catalogs expects the plugin to be compatible with the newer plugins block ```groovy plugins { id("com.google.android.gms:oss-licenses") version "0.10.4"...

@laOLIVAesVERDE Is repositories under the pluginManagement block? ```groovy pluginManagement { repositories { google() mavenCentral() gradlePluginPortal() } } ```

This issue is regarding the OSS Plugin not being compatible with version catalogs. I think it's an issue with how the plugin is published. The Google services plugin releases can...