Search Gradle plugins

Version 1.0.0 (latest)

1.0.0

Created 18 October 2017.

Oracle Commerce (ATG) startSQLRepository utility wrapper plugin.

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.spindrift.startsql-repository") version "1.0.0"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.spindrift:startsql-repository:1.0.0")
      }
    }
    
    apply(plugin = "com.spindrift.startsql-repository")
  • Applying plugins to all subprojects .