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 a48f4d7 commit d7444e7Copy full SHA for d7444e7
build.sbt
@@ -104,13 +104,8 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
104
.nativeSettings(
105
versionPolicyCheck / skip := true,
106
versionCheck / skip := true,
107
- compile / skip := System.getProperty("java.version").startsWith("1.6") || !scalaVersion.value.startsWith("2"),
108
- test := {},
109
- libraryDependencies := {
110
- if (!scalaVersion.value.startsWith("2"))
111
- libraryDependencies.value.filterNot(_.organization == "org.scala-native")
112
- else libraryDependencies.value
113
- }
+ compile / skip := System.getProperty("java.version").startsWith("1.6"),
+ test := {}
114
)
115
116
lazy val parserCombinatorsJVM = parserCombinators.jvm
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments