cz.msvab.gradle.activemq
Owner: acuna
Gradle ActiveMQ plugin
https://github.com/msvab/gradle-activemq-plugin
Sources: https://github.com/msvab/gradle-activemq-plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("cz.msvab.gradle.activemq") version "1.8.7"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.cz.msvab.gradle.activemq:gradle-activemq-plugin:1.8.7") } } apply(plugin = "cz.msvab.gradle.activemq")
- Applying plugins to all subprojects .