io.spring.nohttp
Owner: Spring
NoHttp URLs
https://github.com/spring-io/nohttp
Sources: https://github.com/spring-io/nohttp.git
Add this plugin to your build using the plugins DSL:
plugins {
id("io.spring.nohttp") version "0.0.5.RELEASE"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.spring.nohttp:nohttp-gradle:0.0.5.RELEASE") } } apply(plugin = "io.spring.nohttp")
- Applying plugins to all subprojects .