diff options
| author | nea <nea@nea.moe> | 2023-05-24 10:10:47 +0200 | 
|---|---|---|
| committer | nea <nea@nea.moe> | 2023-05-24 10:10:47 +0200 | 
| commit | 98b8879ba22af4240bfe5f9b39d7d374b2b71d7d (patch) | |
| tree | ae90a318ff88aa1dbd546565103b5ba4230faea3 | |
| parent | 5984383d2c48b4ae84bac1827bc6ca1891af8cf0 (diff) | |
| download | Firmament-98b8879ba22af4240bfe5f9b39d7d374b2b71d7d.tar.gz Firmament-98b8879ba22af4240bfe5f9b39d7d374b2b71d7d.tar.bz2 Firmament-98b8879ba22af4240bfe5f9b39d7d374b2b71d7d.zip | |
Update TODOs
| -rw-r--r-- | TODO.txt | 2 | ||||
| -rw-r--r-- | build.gradle.kts | 1 | 
2 files changed, 2 insertions, 1 deletions
| @@ -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 { | 
