Skip to content

Commit 491da2e

Browse files
committed
We don't need to exclude maven from the initial assemble anymore.
1 parent 48ded12 commit 491da2e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ jobs:
3030
- name: spotlessCheck
3131
run: ./gradlew spotlessCheck --build-cache
3232
- name: assemble testClasses
33-
run: ./gradlew assemble testClasses --build-cache -PSPOTLESS_EXCLUDE_MAVEN=true
34-
# If this gets resolved, remove the EXCLUDE_MAVEN https://github.com/diffplug/spotless/issues/554
33+
run: ./gradlew assemble testClasses --build-cache
3534
build:
3635
needs: sanityCheck
3736
strategy:

0 commit comments

Comments
 (0)