Skip to content

Commit 04c4bdb

Browse files
committed
Grgit fails to build (take 3 - no config cache)
1 parent 7233116 commit 04c4bdb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Grant execute permission for gradlew
3434
run: chmod +x gradlew
3535
- name: Check with gradle
36-
run: ./gradlew runUnitTests :examples:lce:assembleDebug :examples:welcome:welcome:assembleDebug :examples:multi:navbar:assembleDebug :examples:multi:parallel:assembleDebug :examples:lifecycle:assembleDebug
36+
run: ./gradlew runUnitTests :examples:lce:assembleDebug :examples:welcome:welcome:assembleDebug :examples:multi:navbar:assembleDebug :examples:multi:parallel:assembleDebug :examples:lifecycle:assembleDebug --no-daemon --no-configuration-cache
3737
- name: Upload problems report
3838
uses: actions/upload-artifact@v4
3939
if: failure()

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Grant execute permission for gradlew
3232
run: chmod +x gradlew
3333
- name: Release build
34-
run: ./gradlew displayVersion publishToSonatype closeAndReleaseSonatypeStagingRepository --max-workers 1 --no-daemon
34+
run: ./gradlew displayVersion publishToSonatype closeAndReleaseSonatypeStagingRepository --max-workers 1 --no-daemon --no-configuration-cache
3535
env:
3636
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
3737
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ kotlin_multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref
1717
kotlin_dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
1818
google-ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
1919
hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
20-
git = { id = "org.ajoberstar.grgit", version = "5.0.0" }
20+
git = { id = "org.ajoberstar.grgit", version = "5.3.2" }
2121
nexus_publish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0" }
2222

2323
[libraries]

0 commit comments

Comments
 (0)