tcurdt / jdeb

This library provides an Ant task and a Maven plugin to create Debian packages from Java builds in a truly cross platform manner.
https://github.com/tcurdt/jdeb
Apache License 2.0
485 stars 264 forks source link

Issue #628 : Updated the compiler source and target to 11 and added X… #629

Closed harshal301002 closed 4 months ago

harshal301002 commented 4 months ago

…lint unchecked

tcurdt commented 4 months ago

Thanks for the PR!

Java 8 is still LTS. Despite being acient I am not sure if we can/should upgrade to 11 yet.

But configuring the plugin sure should be done.

harshal301002 commented 4 months ago

@tcurdt Yes you are right, there is no guarantee that the upgrade will not break the code. I'll try to re-configure.

tcurdt commented 4 months ago

Are you planing on updating the PR?

harshal301002 commented 4 months ago

@tcurdt Yes, working on it.