Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2025-01-12 08:01:06 +01:00
Use api for the time being since that worked locally
Dieser Commit ist enthalten in:
Ursprung
83c2b72008
Commit
12b3bcd6b8
@ -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")
|
||||
}
|
||||
}
|
||||
}
|
@ -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()}"
|
||||
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren