krakowski / gradle-jextract

Gradle plugin for integrating Project Panama's jextract tool
https://plugins.gradle.org/plugin/io.github.krakowski.jextract
GNU General Public License v3.0
51 stars 10 forks source link

Make libraries optional, update Gradle and Kotlin configuration #6

Closed rnett closed 2 years ago

rnett commented 2 years ago

Fixes https://github.com/krakowski/gradle-jextract/issues/5

I also updated Gradle to 7.4, explicitly set the Java version to 1.8, and removed the unnecessary Kotlin plugin application.

krakowski commented 2 years ago

Thanks for your work on this! I didn't notice that jextract dropped the mandatory specification of libraries. I will publish the changes in a new plugin version.