Created
June 10, 2024 07:51
-
-
Save corneil/1be139c182e7f57887b24740a13f8b86 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
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