aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/java/JavaRuntimeInfo.java
Commit message (Expand)AuthorAge
* Migrate remaining java skylark types to skylarkbuildapiGravatar cparsons2018-06-01
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Deprecate and remove several uses of the 'values' map in NativeInfo subclasses.Gravatar cparsons2018-02-28
* Tag for classes with @AutoCodec.Gravatar mjhalupka2018-02-15
* Move all code to lookup JavaRuntimeInfo to static methods onGravatar John Cater2018-01-23
* Export the runfiles path of the JVM executable to Skylark.Gravatar lberki2018-01-15
* Expose the Java home to Skylark.Gravatar lberki2018-01-09
* Move the javabase middleman to within JavaRuntimeInfo.Gravatar lberki2017-12-07
* Split Info into SkylarkInfo and NativeInfo.Gravatar dslomov2017-08-22
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21