petr-panteleyev / jpackage-gradle-plugin

JPackage Gradle Plugin
https://codeberg.org/petr-panteleyev/jpackage-gradle-plugin
BSD 2-Clause "Simplified" License
97 stars 13 forks source link

Bump gradle version to 7.4 to support java17 #14

Closed shoothzj closed 2 years ago

petr-panteleyev commented 2 years ago

I'm not sure I understand the purpose of this change. Especially building plugin itself with Java 17. Do you have any specific issues?

shoothzj commented 2 years ago

I'm not sure I understand the purpose of this change. Especially building plugin itself with Java 17.

Do you have any specific issues?

I have a project which using jdk17 gradle7. Use this plugin raised some error. I was wondering update this plugin's gradle version and plugin version can deal with this problem

petr-panteleyev commented 2 years ago

That's definitely not related to this plugin. You may check this branch for example: https://github.com/petr-panteleyev/password-manager/tree/gradle

shoothzj commented 2 years ago

That's definitely not related to this plugin.

You may check this branch for example:

https://github.com/petr-panteleyev/password-manager/tree/gradle

Thank you. Let me figure out why.