DevotedMC / CivModCore

Common Plugin Core derived from Humbug - Updated for Spigot 1.14.4
http://www.devotedmc.com
BSD 3-Clause "New" or "Revised" License
3 stars 11 forks source link

Jenkins builds failing #38

Closed Roadcrosser closed 3 years ago

Roadcrosser commented 3 years ago

I wanted to get the 1.16.x versions of this (and other related plugins) off the CI, but each one seems to have failed on javac: invalid target release: 11.

I've tried compiling these myself and failing horribly due to not having the exact same dependencies installed.

I'm told JDK 11 should be installed on the CI for the builds to not fail.

ProgrammerDan commented 3 years ago

Navigate into the CivClassic builds folder, and use the .jar builds from the CivModCore in that fork.

On Sat, Feb 6, 2021 at 3:26 PM Roadcrosser notifications@github.com wrote:

I wanted to get the 1.6.x versions of this (and other related plugins) off the CI, but each one seems to have failed on javac: invalid target release: 11.

I've tried compiling these myself and failing horribly due to not having the exact same dependencies installed.

I'm told JDK 11 should be installed on the CI for the builds to not fail.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/DevotedMC/CivModCore/issues/38, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADD5DV4QMSCH3BNIMFMSALS5WQVXANCNFSM4XGUIKXA .

Roadcrosser commented 3 years ago

Thanks! CivModCore works fine now.

Though I seem to be having issues with other plugins like Citadel. I'll post an issue on that repo in the future when I have more time.