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-10-06 02:08:38 -07:00
parent da4c137cfc
commit 9e8e197e51

2
TODO
View file

@ -11,6 +11,7 @@ To do:
- Storage API: Plugins.storage("myplugin").get/set() - Storage API: Plugins.storage("myplugin").get/set()
- Support additional .kt files in ~/.kobalt/src - Support additional .kt files in ~/.kobalt/src
- generateArchive() should use Path instead of File - generateArchive() should use Path instead of File
- --init: import dependencies from build.gradle
- uploadMaven - uploadMaven
+ Create sources.jar + Create sources.jar
+ Create javadoc.jar + Create javadoc.jar
@ -23,6 +24,7 @@ Done:
- provided scope - provided scope
- --dryRun - --dryRun
- --init: import dependencies from pom.xml
- --checkVersions: displays which plugins have a newer version than the one specified in the build - --checkVersions: displays which plugins have a newer version than the one specified in the build
- Make it possible to target jar for individual projects: ./kobaltw kobalt:uploadJcenter - Make it possible to target jar for individual projects: ./kobaltw kobalt:uploadJcenter
- --buildFile doesn't use the local .kobalt directory - --buildFile doesn't use the local .kobalt directory