Difference between revisions of "Gradle"
Jump to navigation
Jump to search
(4 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
* <code>[[gradle --help]]</code> | * <code>[[gradle --help]]</code> | ||
* <code>[[gradle build]]</code> | * <code>[[gradle build]]</code> | ||
+ | * [[gradle shadowJar]] | ||
+ | * [[gradle test]] | ||
Config files: | Config files: | ||
Line 12: | Line 14: | ||
== Related == | == Related == | ||
* [[Apache Maven]] | * [[Apache Maven]] | ||
− | * <code>[[docker.io]]/library/gradle:6.8- | + | * <code>[[docker.io]]/library/gradle:6.8-[[jdk]]8</code> |
+ | * [[image: gradle:6.8-jdk8]] | ||
== See also == | == See also == |
Latest revision as of 13:16, 23 April 2024
wikipedia:Gradle (2007) build automation. Gradle build scripts are written using a Apache Groovy or Kotlin DSL.
- Installation:
snap install gradle --classic
Usage:
Config files:
Related[edit]
- Apache Maven
docker.io/library/gradle:6.8-jdk8
- File:Gradle:6.8-jdk8
See also[edit]
- Gradle,
gradlew [ check | build ]
,build.gradle
,gradle --help
- Build: Make
(makefile)
, automake,make install
,make build, configure, check
Advertising: