Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 690 Bytes

CONTRIBUTE.md

File metadata and controls

31 lines (17 loc) · 690 Bytes

How-To

run all tests

./gradlew clean check

Maintenance

check if all dependencies are up-to-date

./gradlew dependencyUpdates

auto bump all dependencies to latest stable versions and build

./gradlew updateDependencies

Release

push release to maven centrals staging repository:

./gradlew clean publishToSonatype closeSonatypeStagingRepository

auto close and release artifact on maven centrals nexus:

./gradlew clean publishToSonatype closeAndReleaseSonatypeStagingRepository

install project into local maven repository

./gradlew clean publishToMavenLocal

update gradle wrapper

./gradlew wrapper --gradle-version 6.8.3