gradle
Add support for Gradle build.
Available Commands
Command | Description |
---|---|
build | Invoke build task assemble for configuration . |
Project Initializer
Provides default values for project.
project @gradle
Equivalent to:
project @gradle {
outputs = [ "build/classes/" ]
}
Last updated on