forked from bazelbuild/rules_kotlin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Convert all Dep dependencies to be addressable by label at test time. * Add files explicitly to runfiles from the data attribute. This is more explicit and resilient that using collect_default. * New output scheme for the JvmCompilationTask, if an output isn't requested do not create it. * Break apart compileAll to allow stage independent compilations. Make jdeps optional, as it is not currently consumed so we shouldn't do the work. Update test framework to handle the output scheme. If kotlin srcs are absent, skip kotlin compilation. * Introduce CompilationArgs to improve compilation argument readability Issue: bazelbuild/issues/232
- Loading branch information
1 parent
97d984c
commit c2145df
Showing
13 changed files
with
790 additions
and
525 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
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
Oops, something went wrong.