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.1.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.jsweet:jsweet-gradle-plugin:3.1.0") } } apply(plugin = "org.jsweet.jsweet-gradle-plugin")
- Applying plugins to all subprojects .