Class FixLegacyJavaConfigurationsPlugin

java.lang.Object
com.palantir.gradle.versions.FixLegacyJavaConfigurationsPlugin
All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>

public class FixLegacyJavaConfigurationsPlugin extends Object implements org.gradle.api.Plugin<org.gradle.api.Project>
This plugin exists in order to ensure versions in legacy java configurations (that are still resolvable for compatibility reasons) can be resolved, and that they use the locked versions.
  • Constructor Details

    • FixLegacyJavaConfigurationsPlugin

      public FixLegacyJavaConfigurationsPlugin()
  • Method Details

    • apply

      public final void apply(org.gradle.api.Project project)
      Specified by:
      apply in interface org.gradle.api.Plugin<org.gradle.api.Project>