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.
2 parents 7156c55 + a55b8d7 commit 6406320Copy full SHA for 6406320
common.conf
@@ -751,6 +751,10 @@ build += {
751
// omitted TODO: play
752
// omitted: argonaut, rojoma-v3, rojoma, benchmark
753
extra.projects: ["ast", "parser"]
754
+ // no longer exists in 2.12
755
+ extra.commands: ${vars.default-commands} [
756
+ "removeScalacOptions -Yinline-warnings"
757
+ ]
758
}
759
760
// note that we don't have MiMa in the JDK6 build. I tried but it
@@ -840,5 +844,9 @@ build += {
840
844
// [info] [error] Could not run test spire.laws.LawTests:
841
845
// java.lang.ClassFormatError: Duplicate method name&signature in class file spire/std/OrderProductInstances$$anon$228
842
846
extra.run-tests: false
847
848
849
850
843
851
852
]}
0 commit comments