pipeline-test #15

Merged
andy merged 9 commits from pipeline-test into main 2025-03-04 22:06:06 +03:00
2 changed files with 3 additions and 8 deletions
Showing only changes of commit f05f4fbbad - Show all commits

View File

@ -17,13 +17,6 @@ jobs:
with:
java-version: '23'
distribution: 'temurin'
- name: Cache Gradle packages
uses: actions/cache@v3
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
- name: Set up Android SDK
uses: android-actions/setup-android@v3
- name: Grant execute permission for gradlew

View File

@ -20,4 +20,6 @@ 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
android.nonTransitiveRClass=true
org.gradle.caching=true
org.gradle.parallel=true