Skip to content

Instantly share code, notes, and snippets.

@corneil
Created June 10, 2024 07:51
Show Gist options
  • Save corneil/1be139c182e7f57887b24740a13f8b86 to your computer and use it in GitHub Desktop.
Save corneil/1be139c182e7f57887b24740a13f8b86 to your computer and use it in GitHub Desktop.
alias mcist="./mvnw clean install -DskipTests -T 1C"
alias mt="./mvnw test"
alias md="./mvnw dependency:tree"
alias gc="./gradlew clean"
alias gb="./gradlew build"
alias gcb="./gradlew clean build"
alias gch="./gradlew check"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment