mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 02:04:44 +02:00
Fix gradle config
This commit is contained in:
@ -16,9 +16,9 @@ repositories {
|
||||
|
||||
|
||||
dependencies {
|
||||
implementation(project(":Core"))
|
||||
implementation(project(":PlotSquared"))
|
||||
compile("org.bstats:bstats-bukkit:1.7")
|
||||
compile(project(":Core"))
|
||||
compile(project(":PlotSquared"))
|
||||
compile("com.destroystokyo.paper:paper-api:1.15.2-R0.1-SNAPSHOT")
|
||||
//implementation 'com.onarandombox.multiversecore:Multiverse-Core:3.0.0-SNAPSHOT'
|
||||
implementation("org.spigotmc:spigot-api:1.15.2-R0.1-SNAPSHOT")
|
||||
|
@ -20,8 +20,8 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.plotsquared</groupId>
|
||||
<artifactId>Core</artifactId>
|
||||
<version>unspecified</version>
|
||||
<artifactId>PlotSquared</artifactId>
|
||||
<version>5.11.1</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
Reference in New Issue
Block a user