Skip to content

Releases: please-build/java-rules

v0.4.5

Choose a tag to compare

@github-actions github-actions released this 20 May 08:49
878a3e6
  • fix java_test using f-string to test package arg

v0.4.4

Choose a tag to compare

@github-actions github-actions released this 11 Dec 17:44
24f01ee
  • java_runtime_image provides an entry point so it can be referenced directly

v0.4.3

Choose a tag to compare

@github-actions github-actions released this 22 Nov 14:41
1092fa2
  • 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

Choose a tag to compare

@github-actions github-actions released this 30 Aug 16:26
fb02a70
  • In java_library, only stringify javac_flags when needed (#45)

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 15 Aug 11:18
aa3257b
  • In the build definitions, guard against optional plugin configuration fields having None
    values when running under Please >= v17.10.0 (#43)

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 15 Dec 13:48
df5e492
  • 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

Choose a tag to compare

@github-actions github-actions released this 23 Mar 14:04
2e1e088
  • Remove the worker config ahead of v17
  • Use the new tools release to download the junit runner

tools-v1.0.0

Choose a tag to compare

@github-actions github-actions released this 23 Mar 11:01
b88797d
  • Initial release

v0.2.5

Choose a tag to compare

@github-actions github-actions released this 16 Jan 17:08
522148e
  • Expose JNI headers to dependents of java_toolchain

v0.2.4

Choose a tag to compare

@github-actions github-actions released this 26 Aug 10:02
5fb54f6
  • Don't set javac_tool by default