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

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


The following commit(s) were added to refs/heads/main by this push:
     new 78f49f08 nightly tests always need access to snapshot jars (#201)
78f49f08 is described below

commit 78f49f085176d451ee9ca16b3f0309e59be4bc81
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Jun 19 08:29:40 2024 +0100

    nightly tests always need access to snapshot jars (#201)
---
 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