FlashyReese / sodium-extra-fabric

Features that shouldn't be in Sodium.
GNU Lesser General Public License v3.0
259 stars 65 forks source link

Resolve node.js actions deprecation, Avoid chmod #375

Closed Kichura closed 5 months ago

Kichura commented 5 months ago
  1. Updates checkout, setup-java and upload-artifact to resolve the deprecation warning when viewing actions overview, (wrapper validation is to be fixed)
  2. Removes the chmod +x gradlew statement as we do not need this,
  3. Adds the Gradle wrapper validation step to let this repo know if the uploaded jar is valid or not,
  4. Upstreams the gradlew scripts.

(Please consider syncing this, should this be merged)

FlashyReese commented 5 months ago

LGTM!