We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c3208a commit 464042bCopy full SHA for 464042b
1 file changed
spigot1_21/build.gradle.kts
@@ -21,7 +21,7 @@
21
*/
22
23
plugins {
24
- kotlin("jvm") version "2.0.0"
+ `java-library`
25
}
26
27
repositories {
@@ -37,15 +37,9 @@ repositories {
37
38
39
dependencies {
40
- testImplementation(kotlin("test"))
41
compileOnly("com.wolfyscript.wolfyutils.spigot:wolfyutils-spigot:4.17-beta.2-SNAPSHOT")
42
compileOnly("io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT")
43
compileOnly(project(":spigot"))
44
45
46
-tasks.test {
47
- useJUnitPlatform()
48
-}
49
-kotlin {
50
- jvmToolchain(21)
51
+java.sourceCompatibility = JavaVersion.VERSION_21
0 commit comments