mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +01:00
Fix gradle config
This commit is contained in:
parent
501fd9c8e6
commit
b7f708dcd6
@ -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>
|
||||
|
@ -129,6 +129,8 @@ subprojects {
|
||||
archiveFileName = "${parent.name}-${project.name}-${parent.version}.jar"
|
||||
destinationDirectory = file "../target"
|
||||
}
|
||||
|
||||
version = rootProject.version
|
||||
}
|
||||
|
||||
task aggregatedJavadocs(type: Javadoc, description: "Generate javadocs from all child projects as if it was a single project", group: "Documentation") {
|
||||
|
@ -1,3 +1,6 @@
|
||||
rootProject.name = 'PlotSquared'
|
||||
|
||||
include 'Core', 'Bukkit' // , 'Nukkit', 'Sponge'
|
||||
|
||||
project(':Core').name = 'PlotSquared'
|
||||
project(':Bukkit').name = 'PlotSquared-Bukkit'
|
||||
|
Loading…
Reference in New Issue
Block a user