Class WPINativeUtilsExtension.DependencyVersions

java.lang.Object
org.wpilib.nativeutils.WPINativeUtilsExtension.DependencyVersions
Enclosing class:
WPINativeUtilsExtension

public abstract static class WPINativeUtilsExtension.DependencyVersions extends Object
  • Constructor Details

    • DependencyVersions

      public DependencyVersions()
  • Method Details

    • getWpiVersion

      public abstract org.gradle.api.provider.Property<String> getWpiVersion()
    • getNiLibVersion

      public abstract org.gradle.api.provider.Property<String> getNiLibVersion()
    • getOpencvVersion

      public abstract org.gradle.api.provider.Property<String> getOpencvVersion()
    • getGoogleTestVersion

      public abstract org.gradle.api.provider.Property<String> getGoogleTestVersion()
    • getOpencvYear

      public abstract org.gradle.api.provider.Property<String> getOpencvYear()
    • getGoogleTestYear

      public abstract org.gradle.api.provider.Property<String> getGoogleTestYear()
    • getWpimathVersion

      public abstract org.gradle.api.provider.Property<String> getWpimathVersion()
    • getImguiYear

      public abstract org.gradle.api.provider.Property<String> getImguiYear()
    • getImguiVersion

      public abstract org.gradle.api.provider.Property<String> getImguiVersion()