Skip to content

Commit d7ae850

Browse files
Fix outdated gradle syntax
1 parent 7bedb6f commit d7ae850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repositories {
3939
}
4040
4141
dependencies {
42-
compileOnly "com.tcoded:FoliaLib:[VERSION]"
42+
implementation "com.tcoded:FoliaLib:[VERSION]"
4343
}
4444
```
4545
**!! You are expected to relocate the package "com.tcoded.folialib" to your own (ex: "me.steve.lib.folialib") to prevent conflicts with other plugins !!**

0 commit comments

Comments
 (0)