aboutsummaryrefslogtreecommitdiff
path: root/symbols/src/main/kotlin/process/SubscribeAnnotationProcessor.kt
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-09-12 13:34:11 +0200
committerLinnea Gräf <nea@nea.moe>2024-09-12 13:34:11 +0200
commit52623b715d395f65f96e09f4492285935b797b4b (patch)
tree1b96097a17dd9c81671478b11d127ce3278ddada /symbols/src/main/kotlin/process/SubscribeAnnotationProcessor.kt
parentab809e197f3e8c9a51745ee9510bc65c952c0cc8 (diff)
downloadFirmament-fix/citresewn.tar.gz
Firmament-fix/citresewn.tar.bz2
Firmament-fix/citresewn.zip
Isolate CIT resewn compatfix/citresewn
Diffstat (limited to 'symbols/src/main/kotlin/process/SubscribeAnnotationProcessor.kt')
-rw-r--r--symbols/src/main/kotlin/process/SubscribeAnnotationProcessor.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/symbols/src/main/kotlin/process/SubscribeAnnotationProcessor.kt b/symbols/src/main/kotlin/process/SubscribeAnnotationProcessor.kt
index e6fcd89..5c205cc 100644
--- a/symbols/src/main/kotlin/process/SubscribeAnnotationProcessor.kt
+++ b/symbols/src/main/kotlin/process/SubscribeAnnotationProcessor.kt
@@ -61,7 +61,7 @@ class SubscribeAnnotationProcessor(
}
subscriptionsFile.close()
val metaInf = codeGenerator.createNewFileByPath(
- Dependencies(false),
+ dependencies,
"META-INF/services/moe.nea.firmament.events.subscription.SubscriptionList", extensionName = "")
.bufferedWriter()
metaInf.append("moe.nea.firmament.annotations.generated.")