DomSelector
Extract galleries and single images from HTML text using CSS3 rules
Local Maven distribution
./gradlew publishToMavenLocal
Maven Central distribution
./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
Android Studio configuration
- Run -> Edit Configuration
- Add a
Gradle
task
Name | Gradle Project | Tasks |
---|
Local Install | ../app/build.gradle | publishToMavenLocal |
Common tasks
Run lint and detekt
./gradlew check