Skip to content

Commit

Permalink
fix: disable -Werror for 'file' on Java 21 CI (#723)
Browse files Browse the repository at this point in the history
follow-up on #714
  • Loading branch information
raboof authored Jul 4, 2024
1 parent 52bad1d commit 4086be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ lazy val files = pekkoConnectorProject(
Dependencies.File,
// For `SensitivityWatchEventModifier.HIGH`
// https://github.com/apache/pekko-connectors/issues/296
javacOptions -= "-Werror"
compile / javacOptions -= "-Werror"
)

lazy val ftp = pekkoConnectorProject(
Expand Down

0 comments on commit 4086be1

Please sign in to comment.