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 191f135 commit 6b747c3Copy full SHA for 6b747c3
pom.xml
@@ -2611,8 +2611,8 @@
2611
<artifactId>spotbugs-maven-plugin</artifactId>
2612
<version>3.1.3</version>
2613
<configuration>
2614
- <classFilesDirectory>${basedir}/target/scala-2.11/classes</classFilesDirectory>
2615
- <testClassFilesDirectory>${basedir}/target/scala-2.11/test-classes</testClassFilesDirectory>
+ <classFilesDirectory>${basedir}/target/scala-${scala.binary.version}/classes</classFilesDirectory>
+ <testClassFilesDirectory>${basedir}/target/scala-${scala.binary.version}/test-classes</testClassFilesDirectory>
2616
<effort>Max</effort>
2617
<threshold>Low</threshold>
2618
<xmlOutput>true</xmlOutput>
0 commit comments