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