diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..4efa528 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,10 @@ +# This configuration file was automatically generated by Gitpod. +# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml) +# and commit this file to your remote git repository to share the goodness with others. + +# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart + +tasks: + - init: mvn install -DskipTests=false + + diff --git a/config/level2/Boss.java b/config/level2/Boss.java index 53ffeaf..d8b7711 100644 --- a/config/level2/Boss.java +++ b/config/level2/Boss.java @@ -128,6 +128,7 @@ public static void main(String args[]) { } } } + in.close(); } private static boolean canWind(int mana) { diff --git a/starterAIs/Starter.java b/starterAIs/Starter.java index abf1755..5c8732e 100644 --- a/starterAIs/Starter.java +++ b/starterAIs/Starter.java @@ -97,5 +97,6 @@ public static void main(String args[]) { } } } + in.close(); } } \ No newline at end of file