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 Type
    Method
    Description
    org.gradle.api.file.DirectoryProperty
    A base location where the service downloads and installs Jextract
    org.gradle.api.file.RegularFileProperty
    A 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