Skip to content

Commit f1318a1

Browse files
committed
Add Scala compiler options
1 parent 0054041 commit f1318a1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,16 @@ Wisconsin-Madison.</license.copyrightOwners>
106106
<groupId>net.alchim31.maven</groupId>
107107
<artifactId>scala-maven-plugin</artifactId>
108108
<version>4.8.0</version>
109+
<configuration>
110+
<args>
111+
<arg>-unchecked</arg>
112+
<arg>-deprecation</arg>
113+
<arg>-explain</arg>
114+
<arg>-explain-types</arg>
115+
<arg>-release</arg>
116+
<arg>8</arg>
117+
</args>
118+
</configuration>
109119
<executions>
110120
<execution>
111121
<id>scala-compile-first</id>

0 commit comments

Comments
 (0)