com.devsoap.license
Owner: John Ahlroos
License plugin for DevSoap products
Sources: https://devsoap.com
Add this plugin to your build using the plugins DSL:
plugins {
id("com.devsoap.license") version "1.0.14"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.devsoap:devsoap-license-plugin:1.0.14") } } apply(plugin = "com.devsoap.license")
- Applying plugins to all subprojects .