Class AttributeUtils

java.lang.Object
io.micronaut.gradle.AttributeUtils

public abstract class AttributeUtils extends Object
Utilities to deal with Gradle configuration attributes.
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    copyAttributes(org.gradle.api.provider.ProviderFactory providers, org.gradle.api.artifacts.Configuration from, org.gradle.api.artifacts.Configuration to)
    Copies attributes from a source configuration to a target configuration

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • copyAttributes

      public static void copyAttributes(org.gradle.api.provider.ProviderFactory providers, org.gradle.api.artifacts.Configuration from, org.gradle.api.artifacts.Configuration to)
      Copies attributes from a source configuration to a target configuration
      Parameters:
      from - the source configuration
      to - the target configuration