Search Gradle plugins

com.tts.scp-neo-plugin

Sap Cloud Platform Neo stack plugin for the Tomcat Sdk

Version 0.1.7

0.1.7

Created 24 December 2017.

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.7"
}

See also:

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