Skip to content

Commit

Permalink
Add module for easy usage with Fluent Kafka Streams Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Sep 22, 2023
1 parent c61c179 commit 345978e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ subprojects {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}

dependencies {
"compileOnly"("com.github.spotbugs:spotbugs-annotations:4.7.1")
}
}

release {
Expand Down
2 changes: 1 addition & 1 deletion streams-bootstrap-large-messages/lombok.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is generated by the 'io.freefair.lombok' Gradle plugin
config.stopBubbling = true
lombok.addLombokGeneratedAnnotation = true
#lombok.extern.findbugs.addSuppressFBWarnings = true FIXME
lombok.extern.findbugs.addSuppressFBWarnings = true
2 changes: 1 addition & 1 deletion streams-bootstrap-test/lombok.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is generated by the 'io.freefair.lombok' Gradle plugin
config.stopBubbling = true
lombok.addLombokGeneratedAnnotation = true
#lombok.extern.findbugs.addSuppressFBWarnings = true FIXME
lombok.extern.findbugs.addSuppressFBWarnings = true
2 changes: 1 addition & 1 deletion streams-bootstrap/lombok.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is generated by the 'io.freefair.lombok' Gradle plugin
config.stopBubbling = true
lombok.addLombokGeneratedAnnotation = true
#lombok.extern.findbugs.addSuppressFBWarnings = true FIXME
lombok.extern.findbugs.addSuppressFBWarnings = true

0 comments on commit 345978e

Please sign in to comment.