OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Gradle
(Results
1 - 2
of
2
) sorted by null
/tools/build/
readme.md
3
A prototype
Gradle
plugin to build Android applications. This is intended to be used to explore how such a plugin
10
The plugin adds 2 concepts to the
Gradle
DSL:
34
Have a look at the `basic/build.
gradle
` and `customized/build.
gradle
` build files to see the DSL in action.
60
* The `
gradle
` directory contains the plugin implementation.
64
* The `testapps/multiproject` directory contains an application composed from several
Gradle
projects.
gradlew.bat
4
@rem
Gradle
startup script for Windows
72
set CLASSPATH=%APP_HOME%\
gradle
\wrapper\
gradle
-wrapper.jar
74
@rem Execute
Gradle
75
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.
gradle
.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.
gradle
.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
Completed in 100 milliseconds