Search Gradle plugins

Version 1.1.102 (latest)

1.1.102

Created 28 August 2022.

use this to configuration your api environment.

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.kelin.environment-gradle7") version "1.1.102"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.kelin.environment:environment:1.1.102")
      }
    }
    
    apply(plugin = "com.kelin.environment-gradle7")
  • Applying plugins to all subprojects .