You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I would like to use jitpack to build coil. Specifically, because #1072 is not merged/released yet :). Other people might want to use it to get snapshots/use master/etc.
Currently, jitpack can't build coil as jitpack's default is jdk8 and coil requires jdk11.
Sounds reasonable! I'd rather not officially support Jitpack since Maven (and maven snapshots) are still the preferred way to get the Coil artifact, but it makes sense to unblock Jitpack in this case since it's an easy fix.
Is your feature request related to a problem? Please describe.
I would like to use jitpack to build coil. Specifically, because #1072 is not merged/released yet :). Other people might want to use it to get snapshots/use master/etc.
Currently, jitpack can't build coil as jitpack's default is jdk8 and coil requires jdk11.
Jitpack build logs: https://jitpack.io/com/github/coil-kt/coil/PR1072-5a30dd96a1-1/build.log
Describe the solution you'd like
Add a jitpack.yml config file
Additional context
I think a
jitpack.yml
file with these contents should do the job:The text was updated successfully, but these errors were encountered: