Auxilor / EcoMobs

Custom mobs plugin for the latest minecraft version
GNU General Public License v3.0
36 stars 35 forks source link

Jitpack builds failing #41

Closed PikaMug closed 2 years ago

PikaMug commented 2 years ago

Describe the bug No releases of EcoBosses are available via Jitpack (6.8.0 built but seems to have invalid artifact descriptor).

To Reproduce Steps to reproduce the behavior:

  1. Go to jitpack.com
  2. Enter project and click 'Look up'
  3. See failed builds

Expected behavior At least one recent release should be available.

Additional context My guess would be that Jitpack doesn't really support Java 17 even with your jitpack.yml workaround. If it's truly required, consider submitting your project to something like CodeMC if you're unable to host your own Maven repository.

DaRacci commented 2 years ago

This can be closed now

PikaMug commented 2 years ago

@DaRacci Why? Current builds on Jitpack don't produce an artifact (missing core-plugin).

DaRacci commented 2 years ago

My PR that fixes this was merged so next time there is a version bump it'll be working

PikaMug commented 2 years ago

How did I not see that. Thanks!