1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-06-16 13:20:52 -07:00

Don't require $JAVA_HOME any more.

This commit is contained in:
Cedric Beust 2015-11-05 01:44:24 -08:00
parent 46cf29d393
commit 023d8a5e04
3 changed files with 13 additions and 12 deletions

View file

@ -1,6 +1,5 @@
To do:
- [ ] Get rid of the $JAVA_HOME requirement
- [ ] Add a "Auto complete Build.kt" menu in the plug-in
- [ ] "All artifacts successfully uploaded" is shown before the upload is actually done
- [ ] use groupId/artifactId
@ -33,6 +32,7 @@ To do:
Done:
- [x] Get rid of the $JAVA_HOME requirement
- [x] getDependencies() should return the transitive dependencies
- [x] Project ordering: kotlinProject(wrapper) {}
- [x] Make files appear in download list automatically on bintray (undocumented API)