diff --git a/build.sbt b/build.sbt index ace8a39..e27d3cc 100644 --- a/build.sbt +++ b/build.sbt @@ -6,13 +6,7 @@ val V = new { val keycloak = "23.0.7" } -lazy val commonSettings = Seq( - githubOwner := "hyperledger", - githubRepository := "identus-keycloak-plugins" -) - lazy val oid4vciPlugin = (project in file(".")) - .settings(commonSettings) .settings( name := "identus-keycloak-oid4vci", libraryDependencies ++= Seq( @@ -40,6 +34,5 @@ releaseProcess := Seq[ReleaseStep]( runTest, setReleaseVersion, ReleaseStep(releaseStepTask(oid4vciPlugin / Compile / packageBin)), - publishArtifacts, setNextVersion ) diff --git a/project/plugins.sbt b/project/plugins.sbt index 7bc14a6..5f57dc9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1 @@ addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") -addSbtPlugin("com.codecommit" % "sbt-github-packages" % "0.5.3")