From 44d4baeb6236a6376e9f49a690ed20b6b789e639 Mon Sep 17 00:00:00 2001 From: JesseBrault0709 <62299747+JesseBrault0709@users.noreply.github.com> Date: Tue, 25 Apr 2023 20:58:14 +0200 Subject: [PATCH] Updated TODO.md. --- TODO.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO.md b/TODO.md index 45816e1..cce9b0d 100644 --- a/TODO.md +++ b/TODO.md @@ -15,9 +15,12 @@ Here will be kept all of the various todos for this project, organized by releas ### Add - [ ] Write manual. - [ ] 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. ## Finished