This is an automated email from the ASF dual-hosted git repository.
mdedetrich pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-pekko-persistence-jdbc.git
The following commit(s) were added to refs/heads/main by this push:
new 5abf3dd Cache snapshots to prevent overloading Apache Nexus repo
5abf3dd is described below
commit 5abf3dd1d15407db60e43adeb9122bbff6c58f05
Author: Matthew de Detrich <[email protected]>
AuthorDate: Mon Jun 5 15:12:52 2023 +0200
Cache snapshots to prevent overloading Apache Nexus repo
---
build.sbt | 2 ++
project/plugins.sbt | 1 +
2 files changed, 3 insertions(+)
diff --git a/build.sbt b/build.sbt
index 51b9b68..9ba743c 100644
--- a/build.sbt
+++ b/build.sbt
@@ -2,7 +2,9 @@ import
com.lightbend.paradox.apidoc.ApidocPlugin.autoImport.apidocRootPackage
import org.apache.pekko.PekkoParadoxPlugin.autoImport._
import sbt.Keys._
+// TODO: Remove when Pekko has a proper release
ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo
+ThisBuild / updateOptions := updateOptions.value.withLatestSnapshots(false)
ThisBuild / apacheSonatypeProjectProfile := "pekko"
ThisBuild / versionScheme := Some(VersionScheme.SemVerSpec)
diff --git a/project/plugins.sbt b/project/plugins.sbt
index a125b09..dae4f28 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1,4 +1,5 @@
resolvers += Resolver.ApacheMavenSnapshotsRepo
+updateOptions := updateOptions.value.withLatestSnapshots(false)
// compliance
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]