com.eriwen.gradle.js.source.JavaScriptSourceSetContainer.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-js-plugin Show documentation
Show all versions of gradle-js-plugin Show documentation
A Gradle plugin for working with JS.
The newest version!
package com.eriwen.gradle.js.source
import org.gradle.api.NamedDomainObjectContainer
interface JavaScriptSourceSetContainer extends NamedDomainObjectContainer {
}