diff options
author | Linnea Gräf <nea@nea.moe> | 2024-09-12 13:34:11 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-09-12 13:34:11 +0200 |
commit | 52623b715d395f65f96e09f4492285935b797b4b (patch) | |
tree | 1b96097a17dd9c81671478b11d127ce3278ddada /symbols | |
parent | ab809e197f3e8c9a51745ee9510bc65c952c0cc8 (diff) | |
download | firmament-52623b715d395f65f96e09f4492285935b797b4b.tar.gz firmament-52623b715d395f65f96e09f4492285935b797b4b.tar.bz2 firmament-52623b715d395f65f96e09f4492285935b797b4b.zip |
Isolate CIT resewn compat
Diffstat (limited to 'symbols')
-rw-r--r-- | symbols/src/main/kotlin/process/SubscribeAnnotationProcessor.kt | 2 |
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.") |