From 54e8599a74070821084ae31dcbe6edece9a3ea66 Mon Sep 17 00:00:00 2001 From: Jack Fitch <55409055+Jack1424@users.noreply.github.com> Date: Thu, 20 Oct 2022 21:52:11 -0400 Subject: [PATCH] specify jdk in Travis config --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index dff5f3a..14f7cf4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1 +1,2 @@ language: java +jdk: openjdk17 \ No newline at end of file