Class PolyglotVersionCatalogPlugin

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

    public class PolyglotVersionCatalogPlugin
    extends java.lang.Object
    implements org.gradle.api.Plugin<org.gradle.api.initialization.Settings>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String FORMAT_VERSION
      The current version catalog format version.
    • Method Summary

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

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

      • FORMAT_VERSION

        public static final java.lang.String FORMAT_VERSION
        The current version catalog format version.
    • Constructor Detail

      • PolyglotVersionCatalogPlugin

        public PolyglotVersionCatalogPlugin()
    • Method Detail

      • apply

        public void apply​(org.gradle.api.initialization.Settings target)
        Specified by:
        apply in interface org.gradle.api.Plugin<org.gradle.api.initialization.Settings>