From 98b8879ba22af4240bfe5f9b39d7d374b2b71d7d Mon Sep 17 00:00:00 2001 From: nea Date: Wed, 24 May 2023 10:10:47 +0200 Subject: [PATCH] Update TODOs --- TODO.txt | 2 +- build.gradle.kts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 {