mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2026-02-04 23:53:20 +01:00
jenkins attempt #2
This commit is contained in:
@@ -30,20 +30,10 @@ subprojects {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("org.bstats:bstats-bukkit:3.0.1")
|
|
||||||
implementation("net.kyori:adventure-platform-bukkit:4.4.1")
|
|
||||||
|
|
||||||
compileOnly("dev.folia:folia-api:1.21.11-R0.1-SNAPSHOT")
|
compileOnly("dev.folia:folia-api:1.21.11-R0.1-SNAPSHOT")
|
||||||
compileOnlyApi("org.jetbrains:annotations:23.0.0")
|
compileOnlyApi("org.jetbrains:annotations:23.0.0")
|
||||||
|
|
||||||
testImplementation("org.openjdk.jmh:jmh-core:1.32")
|
|
||||||
testImplementation("org.openjdk.jmh:jmh-generator-annprocess:1.32")
|
|
||||||
|
|
||||||
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.8.2")
|
|
||||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.1")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
java {
|
java {
|
||||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||||
targetCompatibility = JavaVersion.VERSION_1_8
|
targetCompatibility = JavaVersion.VERSION_1_8
|
||||||
|
|||||||
@@ -1,7 +1,10 @@
|
|||||||
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
|
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api(project(":spigot"))
|
implementation(project(":spigot")) {
|
||||||
|
exclude("net.kyori")
|
||||||
|
}
|
||||||
|
compileOnly("net.kyori:adventure-platform-bukkit:4.4.1")
|
||||||
}
|
}
|
||||||
|
|
||||||
val javaComponent: SoftwareComponent = components["java"]
|
val javaComponent: SoftwareComponent = components["java"]
|
||||||
|
|||||||
@@ -1,5 +1,16 @@
|
|||||||
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
|
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
implementation("org.bstats:bstats-bukkit:3.0.1")
|
||||||
|
implementation("net.kyori:adventure-platform-bukkit:4.4.1")
|
||||||
|
|
||||||
|
testImplementation("org.openjdk.jmh:jmh-core:1.32")
|
||||||
|
testImplementation("org.openjdk.jmh:jmh-generator-annprocess:1.32")
|
||||||
|
|
||||||
|
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.8.2")
|
||||||
|
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.1")
|
||||||
|
}
|
||||||
|
|
||||||
val javaComponent: SoftwareComponent = components["java"]
|
val javaComponent: SoftwareComponent = components["java"]
|
||||||
|
|
||||||
base {
|
base {
|
||||||
|
|||||||
Reference in New Issue
Block a user