com.github.newnewcoder.jboss-curl-gradle-plugin
Owner: newnewcoder
It's a gradle plugin using curl to process jboss json api to deploy single war.
https://github.com/newnewcoder/jboss-curl-gradle-plugin
Sources: https://github.com/newnewcoder/jboss-curl-gradle-plugin
Version 1.0.1-SNAPSHOT (latest)
1.0.1-SNAPSHOT
Created 17 March 2017.
It's a gradle plugin using curl to process jboss json api to deploy single war.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.newnewcoder.jboss-curl-gradle-plugin") version "1.0.1-SNAPSHOT"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.github.newnewcoder:jboss-curl-gradle-plugin:1.0.1-SNAPSHOT") } } apply(plugin = "com.github.newnewcoder.jboss-curl-gradle-plugin")
- Applying plugins to all subprojects .