xpipe/gradle/gradle_scripts
2023-07-19 08:50:19 +00:00
..
annotation-indexer-1.14.jar
commons.gradle
extension.gradle
extension_test.gradle
java.gradle Update to graalvm 20 and some small adjustments [stage] 2023-07-19 08:50:19 +00:00
javafx.gradle Various fixes [stage] 2023-07-05 04:17:29 +00:00
jSystemThemeDetector-3.8.jar
junit.gradle
lombok.gradle Update to graalvm 20 and some small adjustments [stage] 2023-07-19 08:50:19 +00:00
picocli.gradle
preferencesfx-core-11.15.0.jar
prettytime.gradle
publish-base.gradle
README.md
versioncompare.gradle

Gradle Scripts

This directory contains helper scripts and Java module generation rules for dependencies used by various XPipe gradle projects. It also contains various other types of shared build script components that are useful.

As the jlink tool effectively requires proper modules as inputs but many established java libraries did not add proper support yet, using an approach like this is required. The modules are generated with the help of moditect. The generated module-info.java file contains the necessary declarations to make a library work. While gradle already has a similar system to better share dependencies, this system is lacking several features. For one, it can't pass any other customizations to the build that are required by the dependencies, e.g. compiler parameters or annotation processors.