Releases: please-build/java-rules
Releases · please-build/java-rules
v0.4.4
java_runtime_image
provides an entry point so it can be referenced directly
v0.4.3
java_runtime_image
: exclude java_toolchain
directory from JAR search (#49)
This allows java_runtime_image
targets to be built with remote execution enabled.
- Correctly add Java dependencies to classpath when building JARs (#48)
v0.4.2
- In
java_library
, only stringify javac_flags
when needed (#45)
v0.4.1
- In the build definitions, guard against optional plugin configuration fields having
None
values when running under Please >= v17.10.0 (#43)
v0.4.0
- Make
JavacTool
default to javac (#26)
- Add
JlinkTool
configuration option (#28)
- Allow all necessary tools to be sourced from Java toolchain (#29)
v0.3.0
- Remove the worker config ahead of v17
- Use the new tools release to download the junit runner
v0.2.5
- Expose JNI headers to dependents of
java_toolchain
v0.2.4
- Don't set javac_tool by default
v0.2.3
- Fix default value of
toolchain
in java_library