Compare commits

..

No commits in common. "a1b7569ef01780d0d34e963d1ab7930dc1d20451" and "85c9bd50cd6fc14e3321d4daeae85bf24e0ad06d" have entirely different histories.

2 changed files with 2 additions and 12 deletions

View File

@ -4,7 +4,6 @@ on:
push:
branches:
- main
- pipeline-test
jobs:
Build:
@ -13,7 +12,7 @@ jobs:
- name: Checkout the repo
uses: actions/checkout@v4
- name: Set up JDK 23
uses: actions/setup-java@v4
uses: actions/setup-java@v3
with:
java-version: '23'
distribution: 'temurin'
@ -21,13 +20,6 @@ jobs:
uses: android-actions/setup-android@v3
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Cache Gradle packages
uses: actions/cache@v3
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:

View File

@ -20,6 +20,4 @@ kotlin.code.style=official
# Enables namespacing of each library's R class so that its R class includes only the
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
org.gradle.caching=true
org.gradle.parallel=true
android.nonTransitiveRClass=true