All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vanniktech.maven.publish.Configurer.kt Maven / Gradle / Ivy

Go to download

Gradle plugin that configures publish tasks to automatically upload all of your Java, Kotlin, Gradle, or Android libraries to any Maven instance.

There is a newer version: 0.29.0
Show newest version
package com.vanniktech.maven.publish

internal interface Configurer {
  /**
   * Needs to be called for all targets before `addComponent` and
   * `addTaskOutput`.
   */
  fun configureTarget(target: MavenPublishTarget)

  fun configureKotlinMppProject()

  fun configureGradlePluginProject()

  fun configureAndroidArtifacts()

  fun configureJavaArtifacts()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy