CloudNetService / CloudNet

A modern application that can dynamically and easily deliver Minecraft oriented software
https://cloudnetservice.eu
Apache License 2.0
367 stars 115 forks source link

chore: replace deprecated wrapper validation action #1428

Closed derklaro closed 1 week ago

derklaro commented 1 week ago

Motivation

The gradle/wrapper-validation-action is deprecated and replaced by the new gradle/actions/wrapper-validation action.

Modification

Replaces the old validation action with the new one & bump the version from v2 to v3.

Result

Using a supported version of the gradle wrapper validation action.

Other context

Closes #1393