Exclude scpt from the build for now until it is moved to an extra
sub-module. See #120
This commit is contained in:
parent
a4bfc4011d
commit
86d39274c6
5
pom.xml
5
pom.xml
@ -290,6 +290,11 @@
|
||||
<optimize>true</optimize>
|
||||
<showDeprecation>true</showDeprecation>
|
||||
<showWarnings>true</showWarnings>
|
||||
<excludes>
|
||||
<!-- Exclude sctp from build for now -->
|
||||
<!-- See: https://github.com/netty/netty/issues/120 -->
|
||||
<exclude>**/sctp/*.java</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
Loading…
Reference in New Issue
Block a user