ViaVersion / ViaFabric

Client-side and server-side ViaVersion implementation for Fabric
https://viaversion.com/fabric
GNU General Public License v3.0
325 stars 38 forks source link

1.20.2, Dependency updates, JDK level correction. #272

Closed Kichura closed 11 months ago

Kichura commented 11 months ago
  1. Updates multiple dependencies to their latest versions, (except fabric-loom)
  2. Updates 1.20.2-rc1 to 1.20.2,
  3. Corrects the compatibility level of Java to 17 for 1.18 - 1.20 as java 16 doesn't work on them,
  4. Removes the sdk use statement from jitpack as it's not needed due to the install command setting it to default for us instead which includes choosing the latest stable JDK which happens to be 17.x, (+ Temurin)
  5. GitHub actions now automatically checks for the latest JDK instead of using the one that the ubuntu image provides by itself,
  6. Upstreams the gradlew scripts to their latest counter-parts,
  7. Replaces the old paste.gg URL for issues with mclo.gs URL instead.

(This PR has been tested and can be merged, even if actions says it otherwise)

Kichura commented 11 months ago

ok for some reason i can compile this PR with zero problems here but when github actions does it, it now claims 1.20.2-rc2 never existed.