Disabling Java Streams 2 in integration build as in main build
This commit is contained in:
parent
c5179b6ec8
commit
2f72e467eb
2
pom.xml
2
pom.xml
|
@ -1147,7 +1147,7 @@
|
|||
<module>java-rmi</module>
|
||||
<module>java-spi</module>
|
||||
<module>java-streams</module>
|
||||
<module>java-streams-2</module>
|
||||
<!-- <module>java-streams-2</module> --> <!-- We haven't upgraded to java 9. Fixing in BAEL-10841 -->
|
||||
<module>java-strings</module>
|
||||
<module>java-strings-2</module>
|
||||
<module>java-vavr-stream</module>
|
||||
|
|
Loading…
Reference in New Issue