zsawyer / MumbleLink

Minecraft + Mumble + MumbleLink = You hear where voices come from and how far away they are! This is a Minecraft mod based on "Minecraft Forge". It's purpose is to be able to use Minecraft in conjunction with Mumble's positional audio feature (http://mumble.sourceforge.net/).
http://www.minecraftforum.net/topic/217587-
GNU Lesser General Public License v3.0
109 stars 24 forks source link

travis ci build stopped working #22

Closed zsawyer closed 5 years ago

zsawyer commented 5 years ago

since JDK8 has gone commercial at Oracle we need to figure out which license or version of JDK we need to use

Installing oraclejdk8
164
$ export JAVA_HOME=~/oraclejdk8
165
$ export PATH="$JAVA_HOME/bin:$PATH"
166
$ ~/bin/install-jdk.sh --target "/home/travis/oraclejdk8" --workspace "/home/travis/.cache/install-jdk" --feature "8" --license "BCL"
167
Ignoring license option: BCL -- using GPLv2+CE by default
168
install-jdk.sh 2019-07-17
169
Expected feature release number in range of 9 to 14, but got: 8
170
The command "~/bin/install-jdk.sh --target "/home/travis/oraclejdk8" --workspace "/home/travis/.cache/install-jdk" --feature "8" --license "BCL"" failed and exited with 3 during .
magneticflux- commented 5 years ago

I've found openjdk8 works well if you still need Java 1.8. Anything works for Java 9+ though.

Edit: So does this mean the Forge mod devs are coming out of hibernation now that Forge has a working 1.14 release? If you haven't been keeping up, make sure you check out FabricMC.

zsawyer commented 5 years ago

I've found openjdk8 works well if you still need Java 1.8. Anything works for Java 9+ though.

alright I applied it and it seems to work :) please check #23

Edit: So does this mean the Forge mod devs are coming out of hibernation now that Forge has a working 1.14 release? If you haven't been keeping up, make sure you check out FabricMC.

I don't know. I just tried to build HEAD and it failed.

zsawyer commented 5 years ago

seems fixed https://travis-ci.org/zsawyer/MumbleLink/builds/582967343