Created
September 6, 2024 21:08
-
-
Save bdemers/e6b9cdc8ebf3e1631656190fb629766c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Add the extension to the project | |
mvn com.gradle:develocity-maven-extension:1.21.6:init | |
# Disable build caching | |
# It will be re-enabled at the end of the post! | |
export MAVEN_OPTS="-Ddevelocity.cache.local.enabled=false" | |
# Run a build | |
mvn clean install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment