[ci] Add openjdk-11 as project for regression testing

This commit is contained in:
Andreas Dangel
2021-06-20 18:47:07 +02:00
parent 17615cb850
commit 652f04ee58

View File

@ -94,10 +94,11 @@ EOF
<auxclasspath-command>cat classpath.txt</auxclasspath-command>
</project>
<!---<project>
<name>openjdk10</name>
<type>hg</type>
<connection>http://hg.openjdk.java.net/jdk10/jdk10/jdk</connection>
<webview-url>http://hg.openjdk.java.net/jdk10/jdk10/jdk/file/777356696811</webview-url>
</project> -->
<project>
<name>openjdk-11</name>
<type>git</type>
<connection>https://github.com/openjdk/jdk</connection>
<tag>jdk-11+28</tag>
<src-subpath>src/java.base</src-subpath>
</project>
</projectlist>