public abstract class JandexWorkAction extends java.lang.Object implements org.gradle.workers.WorkAction<JandexWorkParameters>
The io.smallrye:jandex dependency is loaded from the isolated
classpath provided by the Gradle Worker API, so the plugin Jar itself does
not need to bundle it. This enables consumers to choose any compatible
Jandex version at configuration time.
Class files are collected and sorted by URI before indexing, ensuring reproducible indexes across different operating systems and file systems (requires Jandex ≥ 3.5.0).
| Constructor and Description |
|---|
JandexWorkAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
public void execute()
execute in interface org.gradle.workers.WorkAction<JandexWorkParameters>