mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 16:14:10 -08:00
Fix build in travis. Seems they have old and buggy javac
This commit is contained in:
parent
16c467f8e2
commit
6c6e7c0d4d
|
@ -53,7 +53,7 @@ class HtmlUnitRunStrategy implements TestRunStrategy {
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
page.set(webClient.get().getPage("about:blank"));
|
page.set(webClient.get().<HtmlPage>getPage("about:blank"));
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
throw new RuntimeException(e);
|
throw new RuntimeException(e);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user