public abstract class JandexExtension
extends java.lang.Object
jandex {} DSL block in build.gradle.
jandex {
version = "3.5.3"
processTestClasses = false
indexVersion = 6
}
| Constructor and Description |
|---|
JandexExtension() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.gradle.api.provider.Property<java.lang.Integer> |
getIndexVersion()
The Jandex index format version to write.
|
abstract org.gradle.api.provider.Property<java.lang.Boolean> |
getProcessTestClasses()
Whether to process test classes.
|
abstract org.gradle.api.provider.Property<java.lang.String> |
getVersion()
The version of
io.smallrye:jandex to use for indexing. |
public abstract org.gradle.api.provider.Property<java.lang.String> getVersion()
io.smallrye:jandex to use for indexing.
Default value is 3.5.3.public abstract org.gradle.api.provider.Property<java.lang.Boolean> getProcessTestClasses()
false.public abstract org.gradle.api.provider.Property<java.lang.Integer> getIndexVersion()
6) for compatibility with readers that don't
support the latest format.
Value must be >= 6.