From 0671549bc9cae7643f25059e4d0dad711ed01e0e Mon Sep 17 00:00:00 2001 From: sleefd Date: Tue, 12 Dec 2023 18:14:43 +0800 Subject: [PATCH] remove maven style --- build.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sbt b/build.sbt index 77a51bc..605e2f9 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,6 @@ organization := "me.yceel" val publishSettings = Seq( publishTo := Some("Github repo" at "https://maven.pkg.github.com/" + System.getenv("GITHUB_REPOSITORY")), - publishMavenStyle := true, credentials += Credentials( "GitHub Package Registry", "maven.pkg.github.com",