diff options
author | Linnea Gräf <nea@nea.moe> | 2024-12-22 16:08:31 +0100 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-12-22 16:08:31 +0100 |
commit | 856f5e0e815c8ef3be77ef342e1b0ca91aab8b0a (patch) | |
tree | 4584afffa853e882fe3440a6e7f481d15f5ea5e7 /gradle.properties | |
parent | a9a801048d694e5b250f3a23089075e9b7bd976c (diff) | |
download | Firmament-856f5e0e815c8ef3be77ef342e1b0ca91aab8b0a.tar.gz Firmament-856f5e0e815c8ef3be77ef342e1b0ca91aab8b0a.tar.bz2 Firmament-856f5e0e815c8ef3be77ef342e1b0ca91aab8b0a.zip |
fix: Add choice options to YACL integration
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties index ec779d5..2385103 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,3 +10,6 @@ archives_base_name=Firmament maven_group=moe.nea.firmament firmament.compiletimerepohash=a6116d945491d7c57c93d43f51250f93d62d8434 + +# TODO: remove after https://github.com/google/ksp/issues/2072 +ksp.incremental=false |