Class FixLegacyJavaConfigurationsPlugin

  • All Implemented Interfaces:
    org.gradle.api.Plugin<org.gradle.api.Project>

    public class FixLegacyJavaConfigurationsPlugin
    extends java.lang.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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(org.gradle.api.Project project)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FixLegacyJavaConfigurationsPlugin

        public FixLegacyJavaConfigurationsPlugin()
    • Method Detail

      • apply

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