Liberty Gradle Plug-in 3.2
cherylking
released this
28 Jun 17:01
·
509 commits
to main
since this release
Version 3.2 of the Liberty Gradle Plugin is a point release that adds support for Gradle version 7 and includes some minor fixes.
The following fixes are included in this release:
- Stop the server on the
libertyRun
task shutdown hook. - Add
project.gradle.gradleUserHomeDir
when running Gradle tasks fromlibertyDev
task. - Pass
liberty.runtime
properties tolibertyCreate
fromlibertyDev
task. - The file generated by the
libertyPackage
task is now an output for the task. - If
userDir
configuration is specified, pass it along for theconfigureArquillian
task which will set theusrDir
property forarquillian.xml
. - Generate default variables for
liberty.server.defaultVar
configuration intoconfigDropins/defaults
directory instead ofconfigDropins/overrides
directory. - Support
dockerBuildContext
parameter forlibertyDevc
task.
See the commit log for the full set of the changes since the previous milestone release.
The Liberty Gradle Plugin 3.2 release is available on the Maven Central repository.