From 95f86629f319b81be6f3ae15e7df94da81c2e2ec Mon Sep 17 00:00:00 2001 From: JesseBrault0709 <62299747+JesseBrault0709@users.noreply.github.com> Date: Wed, 26 Apr 2023 15:28:11 +0200 Subject: [PATCH] Updated TODO.md. --- TODO.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index cce9b0d..f92735c 100644 --- a/TODO.md +++ b/TODO.md @@ -14,13 +14,13 @@ Here will be kept all of the various todos for this project, organized by releas ### Add - [ ] Write manual. -- [ ] Remove `lib` module. +- [x] Remove `lib` module. - [ ] Add a way for CLI to choose a build to do, or multiple builds, defaulting to 'default' if it exists. - [ ] Write lots of tests for buildscript dsl, etc. ### Fix - [ ] Update CHANGELOG to reflect the gsp-dsl changes. -- [ ] Change most instances of `Closure` to `Closure` to help with IDE expectations. +- [x] Change most instances of `Closure` to `Closure` to help with IDE expectations. ## Finished