Package | Description |
---|---|
com.asakusafw.utils.gradle |
Asakusa Framework integration utilities.
|
Modifier and Type | Method and Description |
---|---|
<T> GradleAdapter |
GradleAdapter.get(Class<T> modelType,
Consumer<? super T> configurator)
Returns a Gradle model of the project.
|
GradleAdapter |
GradleAdapter.launch(String... tasks)
Runs tasks in the project.
|
GradleAdapter |
GradleAdapter.withArguments(String... args)
Sets build arguments.
|
Modifier and Type | Method and Description |
---|---|
TSelf |
BaseProject.gradle(TryConsumer<? super GradleAdapter,IOException> configurator)
Proceeds Gradle actions on this project.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.