mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -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 {
|
||||
page.set(webClient.get().getPage("about:blank"));
|
||||
page.set(webClient.get().<HtmlPage>getPage("about:blank"));
|
||||
} catch (IOException e) {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user