Skip to content

Commit 75d4ce6

Browse files
committed
Check if inconsistent graph can be related to Gradle action cache
1 parent e610997 commit 75d4ce6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,11 @@ jobs:
5151
env:
5252
GH_TOKEN: ${{ github.token }}
5353

54+
- name: Cleanup
55+
run: ./gradlew clean
56+
5457
- name: Execute Gradle build
55-
run: ./gradlew allReports graphBuilder
58+
run: ./gradlew allReports graphBuilder --continue
5659
env:
5760
MICRONAUT_MODULES: ${{ steps.module-fetch.outputs.MICRONAUT_MODULES }}
5861
GH_TOKEN_PUBLIC_REPOS_READONLY: ${{ secrets.GH_TOKEN_PUBLIC_REPOS_READONLY }}

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
plugins {
2+
id("base")
23
id("io.micronaut.build.license-report")
34
}
45

0 commit comments

Comments
 (0)