-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7ea39a2
commit 055aa9b
Showing
3 changed files
with
20 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
### 0.2.0 | ||
|
||
_Not Released Yet_ | ||
_Released 2025 Jan 15_ | ||
|
||
#### Fixes | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,9 @@ | ||
### 0.1.0 | ||
### 0.2.0 | ||
|
||
_Released 2024 Dec 04_ | ||
_Released 2025 Jan 15_ | ||
|
||
#### Overview | ||
#### Fixes | ||
|
||
This plugin is a library of tasks for working with the JDK tools that did not | ||
make it into Gradle itself yet. As such, it provides the foundational building | ||
blocks for working with `jlink`, `jpackage`, and more. | ||
|
||
The plugin does not register and tasks or extensions, or modifies the project in | ||
any way. If you are looking for an out-of-the-box solution, this is not the | ||
right plugin for you. | ||
- Fixed a bug that prevent the plugin from working as intended on non-Windows | ||
platforms. | ||
- Correctly specify output location for the jpackage bundle. |