This is an automated email from the ASF dual-hosted git repository.
raboof pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-grpc.git
The following commit(s) were added to refs/heads/main by this push:
new 802f17e1 sbt-plugin: publish in non-legacy style (#736)
802f17e1 is described below
commit 802f17e192fcd7d3e16698017384b3db7c471691
Author: Arnout Engelen <[email protected]>
AuthorDate: Fri Jun 19 13:24:10 2026 +0200
sbt-plugin: publish in non-legacy style (#736)
We enabled the legacy style this in the past (#543)
to keep support for sbt 1.8 and below.
Now that `main` targets a future 2.0.0 release, I think it's
reasonable to move to the non-legacy style there. Notably
the Maven Portal no longer supports the old style, and while
_currently_ we're not affected by that as we deploy through
`repository.a.o` this seems risky.
---
build.sbt | 1 -
1 file changed, 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index 91cb58e9..aff71d93 100644
--- a/build.sbt
+++ b/build.sbt
@@ -170,7 +170,6 @@ lazy val sbtPlugin = Project(id = "sbt-plugin", base =
file("sbt-plugin"))
.settings(Dependencies.sbtPlugin)
.settings(
name := s"$pekkoPrefix-sbt-plugin",
- sbtPluginPublishLegacyMavenStyle := true,
pluginCrossBuild / sbtVersion := {
scalaBinaryVersion.value match {
case "2.12" => "1.12.11"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]