Version 0.0.1
0.0.1
Created 15 November 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.0.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.tts:neo-java-web-gradle-plugin:0.0.1") } } apply(plugin = "com.tts.scp-neo-plugin")
- Applying plugins to all subprojects .