We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60ad08b commit 26ed948Copy full SHA for 26ed948
build.sbt
@@ -3,7 +3,6 @@ lazy val root = (project in file("."))
3
.settings(
4
Seq(
5
organization := "com.github.sbt",
6
- sonatypeProfileName := "com.github.sbt.sbt-eclipse", // See https://issues.sonatype.org/browse/OSSRH-77819#comment-1203625
7
name := "sbt-eclipse",
8
scalacOptions ++= Seq("-unchecked", "-deprecation", "-target:jvm-1.8"),
9
scalaVersion := "2.12.20",
0 commit comments