Skip to content

Commit 9f0cbbf

Browse files
committed
documentation updates
1 parent 0beaca6 commit 9f0cbbf

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

doc/introduction.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ and a `runtimeZip` task that additionally creates a zip archive of the custom ru
2020
In addition, a `suggestModules` task helps you choose the modules to include in your custom JRE.
2121
With the `jpackage` task you can create a platform-specific installer for your application.
2222

23-
WARNING: The plugin requires Java 11 and Gradle 7.0 or newer.
23+
WARNING: The plugin requires Java 17 and Gradle 7.4 or newer.
2424
While it might work with some combinations of older Java and Gradle versions, these are not officially supported.
2525
If you are forced to work with an older Gradle release, you should use https://badass-runtime-plugin.beryx.org/releases/1.12.7/[the version 1.12.7] of this plugin.
2626

doc/user_guide.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This plugin works with non-modular applications, that is, applications that run
55
don't make use of module descriptors.
66
Nevertheless, in order to use this plugin, your non-modular application must be compatible with the Java version
77
of your target JRE (11 or newer).
8+
Java 17 is needed to run the current version of this plugin. Use version 1.x of this plugin for older Java versions.
89

910

1011
== Tasks

0 commit comments

Comments
 (0)