diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01744eff..2529f03c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: uses: reactivecircus/android-emulator-runner@v2 with: api-level: 22 - script: ./gradlew connectedDebug --stacktrace + script: ./gradlew connectedDebug --stacktrace --info - name: Run jacocoTestReport for each module run: ./gradlew jacocoTestReport --stacktrace --info - name: Merge jacoco reports from all modules diff --git a/.github/workflows/library.yml b/.github/workflows/library.yml index 8a28b859..cb2b5862 100644 --- a/.github/workflows/library.yml +++ b/.github/workflows/library.yml @@ -59,7 +59,7 @@ jobs: uses: reactivecircus/android-emulator-runner@v2 with: api-level: 22 - script: ./gradlew :library:connectedDebug --stacktrace + script: ./gradlew :library:connectedDebug --stacktrace --info - name: Run unit tests with Gradle run: ./gradlew :library:clean :library:testDebugUnitTest --stacktrace diff --git a/library/build.gradle b/library/build.gradle index 34f31ee3..520e408b 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -14,7 +14,7 @@ apply plugin: 'realm-android' apply plugin: 'com.jfrog.bintray' apply plugin: 'maven-publish' -version '0.10.0' +version '0.10.0-PUBT-SNAPSHOT' project.version = this.version