com.edfapay.softpos.tools
Owner: Edfapay
EdfaPay gradle tools plugins.
Sources: https://github.com/edfapay/edfapay.softpos.gradle
Add this plugin to your build using the plugins DSL:
plugins {
id("com.edfapay.softpos.tools") version "1.0.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.edfapay.softpos:plugin:1.0.1") } } apply(plugin = "com.edfapay.softpos.tools")
- Applying plugins to all subprojects .