We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f7c949 commit c92875bCopy full SHA for c92875b
build.sbt
@@ -180,8 +180,7 @@ lazy val scalaFXExtrasSettings = Seq(
180
else
181
Seq.empty[sbt.ModuleID]
182
),
183
- sonatypeProfileName := "org.scalafx",
184
- // Use `pomPostProcess` to remove dependencies marked as "provided" from publishing in POM
+ // Use `pomPostProcess` to remove dependencies marked as "provided" from publishing in POM
185
// This is to avoid dependency on wrong OS version JavaFX libraries
186
// See also [https://stackoverflow.com/questions/27835740/sbt-exclude-certain-dependency-only-during-publish]
187
pomPostProcess := { node: XmlNode =>
0 commit comments