Getting the following error, after adding Lombok lib An error has occurred. See error log for more details. Unable to make protected final java.lang.Class java.
Environment: JDK 17 Gradle 7.4.2 org.moditect.gradleplugin 1.0.0-rc.3 com.github.gmazzo.buildconfig 3.0.3 I try to use jPackager for creating application images
Hello when working from a Mac m1, Gradle wrapper task reports incorrect architecture compared to gradle : Here is the result of ./gradlew clean : operating syst
I want to create a docker image with OpenJDK 17 but it will be modified by adding our company's certificates. Dockerfile: FROM openjdk:17 COPY Certs /certs RU