You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by jr...@apache.org on 2023/02/09 12:32:20 UTC

[incubator-pekko-sbt-paradox] 01/01: Revert "add coursier cache for publishing (#16)"

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

jrudolph pushed a commit to branch revert-16-debug-publishing
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-sbt-paradox.git

commit 39c5edcc5bf42fd207b47747f4cc0a8feac32667
Author: Johannes Rudolph <jo...@gmail.com>
AuthorDate: Thu Feb 9 13:32:16 2023 +0100

    Revert "add coursier cache for publishing (#16)"
    
    This reverts commit fc6ac012467eb3c20fae4b767e731856c968783a.
---
 build.sbt | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/build.sbt b/build.sbt
index fea48d5..8c2e0c2 100644
--- a/build.sbt
+++ b/build.sbt
@@ -31,15 +31,7 @@ lazy val publishSettings = Seq(
 lazy val pekkoParadox = project
   .in(file("."))
   .settings(
-    publish / skip := true,
-    initialize := {
-      val _ = initialize.value
-      import sun.util.logging.PlatformLogger
-      val logger = PlatformLogger.getLogger("sun.net.www.protocol.http.HttpURLConnection")
-      val oldLevel = logger.level()
-      println(s"Adjusting logging level from $oldLevel")
-      logger.setLevel(sun.util.logging.PlatformLogger.Level.FINEST)
-    })
+    publish / skip := true)
   .aggregate(pekkoTheme, pekkoPlugin)
 
 lazy val pekkoTheme = project


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org