diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 4fec9c8..248511e 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -1,10 +1,3 @@ -# This workflow uses actions that are not certified by GitHub. -# They are provided by a third-party and are governed by -# separate terms of service, privacy policy, and support -# documentation. -# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time -# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle - name: Java CI with Gradle on: @@ -30,6 +23,8 @@ jobs: # os: ubuntu-latest - target: testReleaseUnitTest os: ubuntu-latest + - target: compileCommonMainKotlinMetadata + os: ubuntu-latest runs-on: ${{ matrix.os }} steps: diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 29d224d..6ef162b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] agp = "8.3.1" -kotlin = "1.9.22" +kotlin = "1.9.23" nexus-publish = "2.0.0" android-minSdk = "21" android-compileSdk = "34"