File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# EconomyAPI
22
3- ![ Maven Central Version] ( https://img.shields.io/maven-central/v/org.allaymc/economyapi ?label=economyapi )
3+ ![ Maven Central Version] ( https://img.shields.io/maven-central/v/org.allaymc/EconomyAPI ?label=EconomyAPI )
44
55EconomyAPI is a plugin that unifies all economy plugins under one single API. The API can be used by both economy plugins
66providing the API, and other plugins using the API (i.e. shop plugins). This allows for all plugins that require an economy
@@ -20,7 +20,7 @@ repositories {
2020}
2121
2222dependencies {
23- compileOnly(group = " org.allaymc" , name = " economyapi " , version = " 0.1.0" )
23+ compileOnly(group = " org.allaymc" , name = " economy-api " , version = " 0.1.0" )
2424}
2525```
2626
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ configure<MavenPublishBaseExtension> {
5757 publishToMavenCentral()
5858 signAllPublications()
5959
60- coordinates(project.group.toString(), project.name , project.version.toString())
60+ coordinates(project.group.toString(), " economy-api " , project.version.toString())
6161
6262 pom {
6363 name.set(project.name)
You can’t perform that action at this time.
0 commit comments