-
-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |