This is an automated email from the ASF dual-hosted git repository.

engelen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new 4086be1ef fix: disable -Werror for 'file' on Java 21 CI (#723)
4086be1ef is described below

commit 4086be1efca85b717b74582f80d94b614b0322a3
Author: Arnout Engelen <[email protected]>
AuthorDate: Thu Jul 4 12:57:41 2024 +0200

    fix: disable -Werror for 'file' on Java 21 CI (#723)
    
    follow-up on #714
---
 build.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sbt b/build.sbt
index ef0266440..ef1943cb0 100644
--- a/build.sbt
+++ b/build.sbt
@@ -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(


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to