We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ffbb0a commit 4aea5e8Copy full SHA for 4aea5e8
build.gradle
@@ -666,7 +666,6 @@ subprojects {
666
667
if (versions.baseScala != '2.12') {
668
scalaCompileOptions.additionalParameters += ["-opt-warnings", "-Xlint:strict-unsealed-patmat"]
669
- scalaCompileOptions.additionalParameters += ["-Wconf:msg=Use -release instead to compile against the correct platform API:silent"]
670
// Scala 2.13.2 introduces compiler warnings suppression, which is a pre-requisite for -Xfatal-warnings
671
scalaCompileOptions.additionalParameters += ["-Xfatal-warnings"]
672
}
0 commit comments