Widget set for my own projects
./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
Gradletask
| Name | Gradle Project | Tasks |
|---|---|---|
| Local Install | ../app/build.gradle | publishToMavenLocal |
./gradlew check