Skip to content

Commit 154dd9c

Browse files
authored
chore: Skip clirr check for maps group_id check (#11047)
1 parent 74e6a63 commit 154dd9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/generated_files_sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
|sed -e 's|/pom.xml$||' |xargs |sed -e 's/ /,/g')
132132
echo "Included modules: ${IncludedNonCloudModules}"
133133
mvn -B -V -ntp install --also-make --projects "${IncludedNonCloudModules}" \
134-
-DskipTests
134+
-DskipTests -Dclirr.skip
135135
136136
- name: Ensure Maps libraries have com.google.maps group IDs
137137
run: |

0 commit comments

Comments
 (0)