mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-12 23:06:48 +01:00
replaced single quote from merge with double quote
This commit is contained in:
parent
9291184534
commit
1993b2cd82
@ -18,9 +18,9 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.google.code.gson:gson:2.8.6'
|
implementation "com.google.code.gson:gson:2.8.6"
|
||||||
implementation 'org.bstats:bstats-bukkit:1.5'
|
implementation "org.bstats:bstats-bukkit:1.5"
|
||||||
implementation 'me.rayzr522:jsonmessage:1.2.1'
|
implementation "me.rayzr522:jsonmessage:1.2.1"
|
||||||
|
|
||||||
compileOnly "org.spigotmc:spigot-api:1.16.1-R0.1-SNAPSHOT"
|
compileOnly "org.spigotmc:spigot-api:1.16.1-R0.1-SNAPSHOT"
|
||||||
compileOnly "org.jetbrains:annotations:19.0.0"
|
compileOnly "org.jetbrains:annotations:19.0.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user