com.geekorum.gms.oss-licenses-plugin
Owner:
Da Risk
Fork of Google play services Oss Licenses plugin
https://github.com/fbarthelery/play-services-plugins
Sources: https://github.com/fbarthelery/play-services-plugins
Version 0.10.6 (latest)
Created 21 July 2023.
Fork of Google play services Oss Licenses plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("com.geekorum.gms.oss-licenses-plugin") version "0.10.6"
}
See also:
-
Adding the plugin to build logic for usage in precompiled script plugins.
See the relevant documentation for more information.
Add this plugin as a dependency to
<convention-plugins-build>/build.gradle(.kts):dependencies { implementation("com.geekorum.gms.oss-licenses-plugin:com.geekorum.gms.oss-licenses-plugin.gradle.plugin:0.10.6") }It can then be applied in the precompiled script plugin:plugins { id("com.geekorum.gms.oss-licenses-plugin") } -
The legacy method of plugin application.
See the relevant documentation for more information.buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.geekorum.gms.oss-licenses-plugin:com.geekorum.gms.oss-licenses-plugin.gradle.plugin:0.10.6") } } apply(plugin = "com.geekorum.gms.oss-licenses-plugin") - Applying plugins to all subprojects .