aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornea <nea@nea.moe>2023-05-24 10:10:47 +0200
committernea <nea@nea.moe>2023-05-24 10:10:47 +0200
commit98b8879ba22af4240bfe5f9b39d7d374b2b71d7d (patch)
treeae90a318ff88aa1dbd546565103b5ba4230faea3
parent5984383d2c48b4ae84bac1827bc6ca1891af8cf0 (diff)
downloadFirmament-98b8879ba22af4240bfe5f9b39d7d374b2b71d7d.tar.gz
Firmament-98b8879ba22af4240bfe5f9b39d7d374b2b71d7d.tar.bz2
Firmament-98b8879ba22af4240bfe5f9b39d7d374b2b71d7d.zip
Update TODOs
-rw-r--r--TODO.txt2
-rw-r--r--build.gradle.kts1
2 files changed, 2 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index 1365782..67b7cf7 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,7 +1,7 @@
- recipes
- more recipe categories
+- dfu cache
- replace REI with custom renderer (if needed)
-- easy config gui builder
- Storage Overlay
- PV
- NEU buttons
diff --git a/build.gradle.kts b/build.gradle.kts
index 65f8dbd..eea6160 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -9,6 +9,7 @@ plugins {
id("com.github.johnrengelman.shadow") version "7.1.2"
id("moe.nea.licenseextractificator") version "fffc76c"
id("io.github.juuxel.loom-quiltflower") version "1.7.3"
+ id("io.gitlab.arturbosch.detekt") version "1.22.0"
}
loom {