Search Gradle plugins

Version 0.1.0-archeo-4549f21

0.1.0-archeo-4549f21

Created 05 October 2021.

Automated Quality Assurance configuration for Kotlin Projects built with Gradle

Add this plugin to your build using the plugins DSL:

plugins {
  id("org.danilopianini.gradle-kotlin-qa") version "0.1.0-archeo-4549f21"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("org.danilopianini:gradle-kotlin-qa:0.1.0-archeo-4549f21")
      }
    }
    
    apply(plugin = "org.danilopianini.gradle-kotlin-qa")
  • Applying plugins to all subprojects .