3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-07-06 13:28:06 +02:00

Fix events not being included

Dieser Commit ist enthalten in:
rtm516 2023-04-22 19:53:46 +01:00
Ursprung 66ae88a2f6
Commit cb440b65ad
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 331715B8B007C67A

Datei anzeigen

@ -58,6 +58,8 @@ dependencies {
compileOnly(projects.ap)
annotationProcessor(projects.ap)
api(libs.events)
}
configurations.api {