1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-25 16:07:12 -07:00
This commit is contained in:
Cedric Beust 2015-11-18 05:16:46 -08:00
parent f37ae21563
commit da504c682f

View file

@ -1,6 +1,5 @@
To do:
- [ ] Dependent projects: kobalt should automatically add the dependency on the jar file
- [ ] The test runner only selects classes with a parameterless constructor, which works for JUnit but not for TestNG
factories
- [ ] Add a "Auto complete Build.kt" menu in the plug-in
@ -32,6 +31,7 @@ To do:
Done:
- [x] Dependent projects: kobalt should automatically add the dependency on the jar file
- [x] Make what version preBuildScript.jar was compiled with and wipe on new version
- [x] Get rid of the $JAVA_HOME requirement
- [x] getDependencies() should return the transitive dependencies