Skip to content

Instantly share code, notes, and snippets.

@Ikhiloya
Created August 19, 2020 06:09
Show Gist options
  • Save Ikhiloya/40f28e15b5fe7884ffc2ca5ec819709f to your computer and use it in GitHub Desktop.
Save Ikhiloya/40f28e15b5fe7884ffc2ca5ec819709f to your computer and use it in GitHub Desktop.
Gradle and Maven Commands
mvn update ~= ./gradlew build --refresh-dependencies
mvn clean install ~= ./gradlew clean build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment