Gradle is a build automation tool for multi-language software development. It controls the development process in the tasks of compilation and packaging to testing, deployment, and publishing.
Add Your Local Maven Repository
Jan 18, 2025
-
How to add your local Maven repository as an artifact source
Create a Custom Fat JAR Task
Jan 18, 2025
-
How to create a custom Gradle task to build an executable Fat JAR with a custom filename
Create a Custom Clean/Build/Publish Task
Jan 18, 2025
-
How to create a custom Gradle task to execute Clean/Build/Publish with one click
Add Output Logging for all JUnit Tests
Jan 18, 2025
-
How to configure JUnit to output successful test results
Setting the Main Class for an Executable JAR
Jan 18, 2025
-
How to configure the Main class when building an executable JAR
Publishing to your local Maven repository
Jan 18, 2025
-
How to add your local Maven repository as an artifact publication destination