Skip to content

Commit

Permalink
Fix outdated gradle syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnicallyCoded committed Apr 10, 2023
1 parent 7bedb6f commit d7ae850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ repositories {
}
dependencies {
compileOnly "com.tcoded:FoliaLib:[VERSION]"
implementation "com.tcoded:FoliaLib:[VERSION]"
}
```
**!! You are expected to relocate the package "com.tcoded.folialib" to your own (ex: "me.steve.lib.folialib") to prevent conflicts with other plugins !!**
Expand Down

0 comments on commit d7ae850

Please sign in to comment.