We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e610997 commit 75d4ce6Copy full SHA for 75d4ce6
.github/workflows/gradle.yml
@@ -51,8 +51,11 @@ jobs:
51
env:
52
GH_TOKEN: ${{ github.token }}
53
54
+ - name: Cleanup
55
+ run: ./gradlew clean
56
+
57
- name: Execute Gradle build
- run: ./gradlew allReports graphBuilder
58
+ run: ./gradlew allReports graphBuilder --continue
59
60
MICRONAUT_MODULES: ${{ steps.module-fetch.outputs.MICRONAUT_MODULES }}
61
GH_TOKEN_PUBLIC_REPOS_READONLY: ${{ secrets.GH_TOKEN_PUBLIC_REPOS_READONLY }}
build.gradle.kts
@@ -1,4 +1,5 @@
1
plugins {
2
+ id("base")
3
id("io.micronaut.build.license-report")
4
}
5
0 commit comments