Skip to content

Commit c92875b

Browse files
committed
Remove duplicate declaration
1 parent 4f7c949 commit c92875b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,7 @@ lazy val scalaFXExtrasSettings = Seq(
180180
else
181181
Seq.empty[sbt.ModuleID]
182182
),
183-
sonatypeProfileName := "org.scalafx",
184-
// Use `pomPostProcess` to remove dependencies marked as "provided" from publishing in POM
183+
// Use `pomPostProcess` to remove dependencies marked as "provided" from publishing in POM
185184
// This is to avoid dependency on wrong OS version JavaFX libraries
186185
// See also [https://stackoverflow.com/questions/27835740/sbt-exclude-certain-dependency-only-during-publish]
187186
pomPostProcess := { node: XmlNode =>

0 commit comments

Comments
 (0)