Skip to content

Commit

Permalink
update todo list
Browse files Browse the repository at this point in the history
  • Loading branch information
granny committed Jun 14, 2024
1 parent b326fe7 commit 8c84675
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# TODO

## General

- [x] move versions to `gradle/libs.versions.toml`
- [ ] Share logic in [`buildSrc`](https://docs.gradle.org/current/userguide/sharing_build_logic_between_subprojects.html#sec:using_buildsrc)
- uber-jar shenanigans
- [x] fix missing `jars/` directory in `META-INF`
- [x] fix incorrect `MANIFEST.MF`

## Individual project jars

- [ ] bukkit: should dev jar include missing core dependency?
- [ ] fabric: devlibs jar is missing core dependency

## uber-jar shenanigans
- [x] fix missing `jars/` directory in `META-INF`
- [x] fix incorrect `MANIFEST.MF`

0 comments on commit 8c84675

Please sign in to comment.