CobbleSword / NachoSpigot

NachoSpigot is a fork of TacoSpigot 1.8.9 that offers several enhancements to performance as well as bug fixes.
GNU General Public License v3.0
237 stars 87 forks source link

Can't use Nacho's API #274

Closed ghost closed 2 years ago

ghost commented 2 years ago

Observed Behavior

Gradle fails to find Nacho's API

Expected Behavior

Gradle successfully builds

Steps To Reproduce

  1. Clone https://github.com/Elierrr/NachoTestPlugin
  2. Edit build.gradle.kts:
    • Uncomment line 6
    • Uncomment line 11
    • Comment line 12
  3. Run ./gradlew build (Linux/Mac OS) or gradlew build (Windows)

Agreements

Sculas commented 2 years ago

Yeah jitpack is an absolute pain in the ass right now, seems like I'll have to fix it.

ghost commented 2 years ago

Fixed, the problem was that jitpack couldn't find the commit in the BuildData submodule since it wasn't on a branch but now it's fixed.