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

fanningpj pushed a commit to branch pjfanning-patch-2
in repository https://gitbox.apache.org/repos/asf/pekko-connectors-kafka.git

commit 8493cf8e27b8d55659757bd6f7270e9211bc6f8d
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Jun 18 21:28:46 2024 +0100

    nightly tests always need access to snapshot jars
---
 build.sbt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/build.sbt b/build.sbt
index 7e412644..66924ab9 100644
--- a/build.sbt
+++ b/build.sbt
@@ -15,8 +15,7 @@ sourceDistName := "apache-pekko-connectors-kafka"
 sourceDistIncubating := false
 
 ThisBuild / reproducibleBuildsCheckResolver := Resolver.ApacheMavenStagingRepo
-// FIXME can we optimized it? 
https://github.com/apache/pekko-connectors-kafka/pull/193
-ThisBuild / resolvers ++= (if (isSnapshot.value) 
Seq(Resolver.ApacheMavenSnapshotsRepo) else Seq())
+ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo
 
 addCommandAlias("verifyCodeStyle", "scalafmtCheckAll; scalafmtSbtCheck; 
+headerCheckAll; javafmtCheckAll")
 addCommandAlias("applyCodeStyle", "+headerCreateAll; scalafmtAll; scalafmtSbt; 
javafmtAll")


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

Reply via email to