org.jsweet.jsweet-gradle-plugin
Owner: Louis Grignon
JSweet Gradle plugin
Sources: https://github.com/cincheo/jsweet
Add this plugin to your build using the plugins DSL:
plugins {
id("org.jsweet.jsweet-gradle-plugin") version "3.0.0-RC11"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.org.jsweet.v3:jsweet-gradle-plugin:3.0.0-RC11") } } apply(plugin = "org.jsweet.jsweet-gradle-plugin")
- Applying plugins to all subprojects .