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)
0.10.6
Created 21 July 2023.
Fork of Google play services Oss Licenses plugin
Using the plugins DSL:
plugins {
id("com.geekorum.gms.oss-licenses-plugin") version "0.10.6"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("com.geekorum.gms:oss-licenses-plugin:0.10.6")
}
}
apply(plugin = "com.geekorum.gms.oss-licenses-plugin")
Using the plugins DSL:
plugins {
id "com.geekorum.gms.oss-licenses-plugin" version "0.10.6"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "com.geekorum.gms:oss-licenses-plugin:0.10.6"
}
}
apply plugin: "com.geekorum.gms.oss-licenses-plugin"