fix(ci): Fix incorrect Gradle depend impl

This commit is contained in:
Braydon 2023-12-12 01:34:39 -05:00
parent 04dd42d197
commit 2ab07ba7a6

@ -104,7 +104,7 @@ jobs:
## Gradle (Kotlin DSL)
```kotlin
implementation("me.braydon:Feather-API:${{ env.RELEASE_VERSION }}")
implementation("me.braydon:Feather:${{ env.RELEASE_VERSION }}")
```
files: target/Feather-*.jar
env: