From 9ffb9bf96eb34e0c0a3340e1927ee97b90182548 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Fri, 3 Nov 2023 07:55:17 -0700 Subject: [PATCH] remove unnecessary build stuff (#162) --- 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 = (