Another drawer library
./gradlew publishToMavenLocal
./gradlew publish --no-daemon --no-parallel
./gradlew closeAndReleaseRepository
The properties shown below are present inside the global ~/.gradle/gradle.properties
file
signing.password
signing.secretKeyRingFile
mavenCentralUsername
mavenCentralPassword
On KeePass, under sonatype.org maven central
, are stored all files
It's possible to manually close and release the library (this replaces the gradle task closeAndReleaseRepository
).
- Goto to sonatype
- Click on 'Staging Repositories'
- Select the item, close then release
- Run -> Edit Configuration
- Add a
Gradle
task
Name | Gradle Project | Tasks |
---|---|---|
uploadArchives | ../app/build.gradle | uploadArchives |
./gradlew check