Interface JextractStore.Parameters
- All Superinterfaces:
org.gradle.api.services.BuildServiceParameters
- Enclosing class:
JextractStore
public static interface JextractStore.Parameters
extends org.gradle.api.services.BuildServiceParameters
Configuration parameters for the service
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.services.BuildServiceParameters
org.gradle.api.services.BuildServiceParameters.None -
Method Summary
Modifier and TypeMethodDescriptionorg.gradle.api.file.DirectoryPropertyA base location where the service downloads and installs Jextractorg.gradle.api.file.RegularFilePropertyA properties file that contains custom download resources with their URL and checksum
-
Method Details
-
getCacheDir
org.gradle.api.file.DirectoryProperty getCacheDir()A base location where the service downloads and installs Jextract- Returns:
- A property to configure the cache directory
-
getDistributions
org.gradle.api.file.RegularFileProperty getDistributions()A properties file that contains custom download resources with their URL and checksum- Returns:
- A property to configure a custom download distributions file
-