commandgeek / GeekSMP

GeekSMP Plugin
Other
13 stars 4 forks source link

Gradle workflows don't work #21

Closed srnyx closed 2 years ago

srnyx commented 2 years ago

Expected behavior

The workflow should be able to build the plugin jar automatically for every new commit made in master branch and pull requests.

Actual behavior

It fails because it requires Build Tools.

Checks

Anything else

I don't want to require/use Build Tools. This can be done by replacing anything that imports net.minecraft with something like Protocol Library.

Lianecx commented 2 years ago

38