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 f76c373 commit 232657cCopy full SHA for 232657c
project/Environment.scala
@@ -33,6 +33,5 @@ object Environment {
33
def dependOnNative(native: ClasspathDependency) =
34
if (pdalDependOnNative == "true") Seq(native) else Seq.empty
35
36
- lazy val versionSuffix = either("PDAL_VERSION_SUFFIX", "-SNAPSHOT")
37
lazy val pdalDependOnNative = either("PDAL_DEPEND_ON_NATIVE", "true")
38
}
0 commit comments