Search Gradle plugins

Version 0.1

0.1

Created 04 November 2020.

Common Gradle dependencies - See gradle refreshVersions

Add this plugin to your build using the plugins DSL:

plugins {
  id("de.fayard.buildSrcLibs") version "0.1"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("de.fayard.refreshVersions:refreshVersions:0.1")
      }
    }
    
    apply(plugin = "de.fayard.buildSrcLibs")
  • Applying plugins to all subprojects .