com.kelin.environment
Owner: Zhou qing lin
use this to configuration your api environment.
https://github.com/kelinZhou/EnvironmentPlugin
Sources: https://github.com/kelinZhou/EnvironmentPlugin
Version 1.6.2 (latest)
1.6.2
Created 07 November 2024.
use this to configuration your api environment.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.kelin.environment") version "1.6.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.kelin.environment:environment:1.6.2") } } apply(plugin = "com.kelin.environment")
- Applying plugins to all subprojects .