mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +01:00
PlotSquared-Core please
This commit is contained in:
parent
e1a25907f2
commit
20c487238a
@ -16,9 +16,9 @@ repositories {
|
||||
|
||||
|
||||
dependencies {
|
||||
implementation(project(":PlotSquared"))
|
||||
implementation(project(":PlotSquared-Core"))
|
||||
compile("org.bstats:bstats-bukkit:1.7")
|
||||
compile(project(":PlotSquared"))
|
||||
compile(project(":PlotSquared-Core"))
|
||||
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")
|
||||
@ -81,7 +81,7 @@ task copyFiles {
|
||||
|
||||
shadowJar {
|
||||
dependencies {
|
||||
include(dependency(":PlotSquared"))
|
||||
include(dependency(":PlotSquared-Core"))
|
||||
include(dependency("io.papermc:paperlib:1.0.2"))
|
||||
include(dependency("net.kyori:text-adapter-bukkit:3.0.3"))
|
||||
include(dependency("org.bstats:bstats-bukkit:1.7"))
|
||||
|
@ -20,7 +20,7 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.plotsquared</groupId>
|
||||
<artifactId>PlotSquared</artifactId>
|
||||
<artifactId>PlotSquared-Core</artifactId>
|
||||
<version>5.11.1</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
@ -2,5 +2,5 @@ rootProject.name = 'PlotSquared'
|
||||
|
||||
include 'Core', 'Bukkit' // , 'Nukkit', 'Sponge'
|
||||
|
||||
project(':Core').name = 'PlotSquared'
|
||||
project(':Core').name = 'PlotSquared-Core'
|
||||
project(':Bukkit').name = 'PlotSquared-Bukkit'
|
||||
|
Loading…
Reference in New Issue
Block a user