jitpack / jitci

A CI with tests, coverage, dependency audit, license & vuln. checks
https://jitci.com
19 stars 5 forks source link

Java 12 seems to be used while selected Java 11 #25

Open ninovanhooff opened 2 years ago

ninovanhooff commented 2 years ago

I selected Java 11 image The log seems to indicate Java 12 was used. https://jitci.com/gh/Q42/Q42Stats.Android/79 The build passed, tough.

Rather that having to manually select Java 11, I would hope jitci would detect the correct version from my code https://github.com/Q42/Q42Stats.Android/tree/7372ff6aec1dacebff0130f858d8b28055ece106

jitpack-io commented 2 years ago

Hi,

Thanks for reporting! Should be fixed now and builds will use JDK11.

Automatic detection would be ideal so we'll look into that too

ninovanhooff commented 2 years ago

Tried it today, but this does not seem fixed yet.