com.brambolt.gradle.rest
Owner: Brambolt
REST API utility
https://github.com/brambolt/gradle-rest
Sources: https://github.com/brambolt/gradle-rest
Add this plugin to your build using the plugins DSL:
plugins {
id("com.brambolt.gradle.rest") version "2020.09.29-4206"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.brambolt.gradle:gradle-rest:2020.09.29-4206") } } apply(plugin = "com.brambolt.gradle.rest")
- Applying plugins to all subprojects .