ErnestOrt / Trampoline

Admin Spring Boot Locally
http://ernestort.github.io/Trampoline/
Apache License 2.0
356 stars 82 forks source link

Trampoline fails to run with JDK 9.0.1 #33

Closed ggerard closed 6 years ago

ggerard commented 7 years ago

./gradlew

FAILURE: Build failed with an exception.

ggerard commented 7 years ago
ErnestOrt commented 7 years ago

Hi @ggerard ,

At least on windows, having:

java -version java version "9.0.1" Java(TM) SE Runtime Environment (build 9.0.1+11) Java HotSpot(TM) 64-Bit Server VM (build 9.0.1+11, mixed mode)

I could start Trampoline, as well as instances, using gradle wrapper or maven without changing anything.

java9

Knowing that you are working on an unix system, I will take a look there.

Cheers, Ernest