Search Gradle plugins

Version 1.0.1 (latest)

1.0.1

Created 15 October 2024.

EdfaPay gradle tools plugins.

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 .