Search Gradle plugins

com.tts.scp-neo-plugin

Sap Cloud Platform Neo stack plugin for the Tomcat Sdk

Version 0.1.14

0.1.14

Created 16 January 2018.

Sap Cloud Platform Neo stack plugin for the Tomcat Sdk

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.tts.scp-neo-plugin") version "0.1.14"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.com.tts:neo-java-web-gradle-plugin:0.1.14")
      }
    }
    
    apply(plugin = "com.tts.scp-neo-plugin")
  • Applying plugins to all subprojects .