3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-10-01 23:50:11 +02:00

Use api for the time being since that worked locally

Dieser Commit ist enthalten in:
RednedEpic 2022-02-27 17:26:50 -06:00
Ursprung 83c2b72008
Commit 12b3bcd6b8
2 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen

Datei anzeigen

@ -39,7 +39,7 @@ subprojects {
when (this) {
in platforms -> plugins.apply("geyser.platform-conventions")
api -> plugins.apply("geyser.shadow-conventions")
else -> plugins.apply("geyser.shadow-conventions")
else -> plugins.apply("geyser.base-conventions")
}
}
}

Datei anzeigen

@ -70,11 +70,11 @@ dependencies {
testImplementation("junit", "junit", Versions.junitVersion)
// Annotation Processors
api(projects.ap)
annotationProcessor(projects.ap)
}
provided(projects.ap)
configure<BlossomExtension> {
val mainFile = "src/main/java/org/geysermc/geyser/GeyserImpl.java"
val gitVersion = "git-${branchName()}-${commitHashAbbrev()}"