nl.dpes.php
Owner: Erik van der Wenden
Persgroep Employment Solutions Gradle plugin
http://www.persgroepemploymentsolutions.nl/
Sources: https://github.com/vnumedia/persgroep-gradle-plugin
Version 1.5.6 (latest)
Created 15 October 2019.
Persgroep Employment Solutions Gradle plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("nl.dpes.php") version "1.5.6"
}
See also:
-
Adding the plugin to build logic for usage in precompiled script plugins.
See the relevant documentation for more information.
Add this plugin as a dependency to
<convention-plugins-build>/build.gradle(.kts)
:dependencies { implementation("nl.dpes.php:nl.dpes.php.gradle.plugin:1.5.6") }
It can then be applied in the precompiled script plugin:plugins { id("nl.dpes.php") }
-
The legacy method of plugin application.
See the relevant documentation for more information.buildscript { repositories { gradlePluginPortal() } dependencies { classpath("nl.dpes.php:nl.dpes.php.gradle.plugin:1.5.6") } } apply(plugin = "nl.dpes.php")
- Applying plugins to all subprojects .