Search Gradle plugins

Version 1.0.0

1.0.0

Created 29 June 2017.

Evaluate your maven credentials settings only when it's necessary.

Add this plugin to your build using the plugins DSL:

plugins {
  id("pl.unity.lazy-credentials") version "1.0.0"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.pl.unity.gradle:lazy-credentials:1.0.0")
      }
    }
    
    apply(plugin = "pl.unity.lazy-credentials")
  • Applying plugins to all subprojects .