Skip to content

Commit 0bf3665

Browse files
committed
Add powertools-kafka to check build workflows.
1 parent 56e7c81 commit 0bf3665

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/check-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ on:
2323
- 'powertools-large-messages/**'
2424
- 'powertools-logging/**'
2525
- 'powertools-metrics/**'
26+
- 'powertools-kafka/**'
2627
- 'powertools-parameters/**'
2728
- 'powertools-serialization/**'
2829
- 'powertools-sqs/**'

.github/workflows/check-spotbugs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ on:
2020
- 'powertools-large-messages/**'
2121
- 'powertools-logging/**'
2222
- 'powertools-metrics/**'
23+
- 'powertools-kafka/**'
2324
- 'powertools-parameters/**'
2425
- 'powertools-serialization/**'
2526
- 'powertools-sqs/**'
@@ -47,4 +48,4 @@ jobs:
4748
distribution: 'corretto'
4849
java-version: 21
4950
- name: Build with Maven for spotbugs check to mark build as fail if voilations found
50-
run: mvn -Pbuild-with-spotbugs -B install --file pom.xml -DskipTests -Dmaven.javadoc.skip=true -Dspotbugs.failOnError=true
51+
run: mvn -Pbuild-with-spotbugs -B install --file pom.xml -DskipTests -Dmaven.javadoc.skip=true -Dspotbugs.failOnError=true

0 commit comments

Comments
 (0)