ee.keel.gradle.PhpToolkitBasePlugin
Owner: Lauri Keel
Seamless PHP development with Gradle
https://github.com/siilike/gradle-toolkits
Sources: https://github.com/siilike/gradle-toolkits
Add this plugin to your build using the plugins DSL:
plugins {
id("ee.keel.gradle.PhpToolkitBasePlugin") version "3.6"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("ee.keel.gradle:gradle-toolkits:3.6") } } apply(plugin = "ee.keel.gradle.PhpToolkitBasePlugin")
- Applying plugins to all subprojects .