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 21fdffb commit ef6c18fCopy full SHA for ef6c18f
build.sbt
@@ -10,8 +10,6 @@ lazy val commonSettings = Seq(
10
licenses := Seq("BSD" -> url("https://github.com/PDAL/PDAL/blob/master/LICENSE.txt")),
11
homepage := Some(url("https://www.pdal.io")),
12
versionScheme := Some("semver-spec"),
13
- publishMavenStyle := true,
14
- pomIncludeRepository := { _ => false },
15
scalacOptions ++= Seq(
16
"-deprecation",
17
"-unchecked",
0 commit comments