org.grooscript.conversion
Owner: Jorge Franco
Gradle plugin to convert your groovy code to javascript
Add this plugin to your build using the plugins DSL:
plugins {
id("org.grooscript.conversion") version "1.1.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.grooscript:grooscript-gradle-plugin:1.1.0") } } apply(plugin = "org.grooscript.conversion")
- Applying plugins to all subprojects .