com.leobia.gradle.jsgradlecompiler
Owner: Leonardo
Compile and minify .js files
https://github.com/leobia/JsGradleCompiler
Sources: https://github.com/leobia/JsGradleCompiler
Add this plugin to your build using the plugins DSL:
plugins {
id("com.leobia.gradle.jsgradlecompiler") version "0.3.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.leobia.gradle:jsgradlecompiler:0.3.0") } } apply(plugin = "com.leobia.gradle.jsgradlecompiler")
- Applying plugins to all subprojects .