From 1ed06922fd0aa2cdc7bc356bb95021aaa44e4563 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Fri, 3 Nov 2023 06:57:26 -0700 Subject: [PATCH] remove unnecessary build stuff at least, I don't think any of this stuff is recommended or necessary under sbt-ci-release? --- build.sbt | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.sbt b/build.sbt index cf3ca66..6cc53fc 100644 --- a/build.sbt +++ b/build.sbt @@ -41,9 +41,6 @@ inThisBuild(Seq[Setting[_]]( headerLicense := Some(HeaderLicense.Custom("Copyright (C) Lightbend Inc. ")), )) -ThisBuild / publishMavenStyle := true -ThisBuild / publishTo := sonatypePublishToBundle.value -ThisBuild / test / publishArtifact := false ThisBuild / pomIncludeRepository := (_ => false) lazy val root = (