29 lines
1.2 KiB
Diff
29 lines
1.2 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: MrHua269 <novau233@163.com>
|
|
Date: Mon, 1 Jan 2024 07:59:27 +0000
|
|
Subject: [PATCH] Fix build
|
|
|
|
|
|
diff --git a/build.gradle.kts b/build.gradle.kts
|
|
index 959e62d800de05b2dd77a252f442c3daf8438490..b9c5ef4d15aa97a380419912e3ee09d094ae752e 100644
|
|
--- a/build.gradle.kts
|
|
+++ b/build.gradle.kts
|
|
@@ -14,7 +14,7 @@ val alsoShade: Configuration by configurations.creating
|
|
|
|
dependencies {
|
|
// Folia start
|
|
- implementation(project(":folia-api"))
|
|
+ implementation(project(":luminol-api"))//Luminol
|
|
implementation("io.papermc.paper:paper-mojangapi:${project.version}") {
|
|
exclude("io.papermc.paper", "paper-api")
|
|
}
|
|
@@ -73,7 +73,7 @@ tasks.jar {
|
|
attributes(
|
|
"Main-Class" to "org.bukkit.craftbukkit.Main",
|
|
"Implementation-Title" to "CraftBukkit",
|
|
- "Implementation-Version" to "git-Folia-$implementationVersion", // Folia
|
|
+ "Implementation-Version" to "git-Luminol-$implementationVersion", // Folia //Luminol
|
|
"Implementation-Vendor" to date, // Paper
|
|
"Specification-Title" to "Bukkit",
|
|
"Specification-Version" to project.version,
|