MinnDevelopment / discord-webhooks

Provides easy to use bindings for the Discord Webhook API
Apache License 2.0
180 stars 34 forks source link

shadowJar command not found #66

Closed Iprobablyhack closed 2 years ago

Iprobablyhack commented 2 years ago

Tried to use ./gradlew shadowJar (./ because im on mac) and it failed because shadowJar command was "not found" Im probably just dumb, but if you could help me I would be very happy BTW im using this for a minecraft mod, if that info helps.

Andre601 commented 2 years ago

Do you actually have the shadowJar plugin added to your build.gradle setup? This is certainly not an issue with Webhooks as ShadowJar isn't from it, but a separate thing.

Iprobablyhack commented 2 years ago

Do you actually have the shadowJar plugin added to your build.gradle setup? This is certainly not an issue with Webhooks as ShadowJar isn't from it, but a separate thing.

how might I do that? sorry if stupid questioon