org.ysb33r.ysf-project.gradle-plugin.base
Owner: Schalk Cronjé
A base plugin that can publish a YSF Gradle plugin to the Gradle Plugin Portal.
https://gitlab.com/ysb33rOrg/ysf-project-plugins
Sources: https://gitlab.com/ysb33rOrg/ysf-project-plugins.git
Version 0.0.8 (latest)
0.0.8
Created 26 November 2024.
A base plugin that can publish a YSF Gradle plugin to the Gradle Plugin Portal.
Add this plugin to your build using the plugins DSL:
plugins {
id("org.ysb33r.ysf-project.gradle-plugin.base") version "0.0.8"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.ysb33r.gradle:ysf-gradle-base-plugin:0.0.8") } } apply(plugin = "org.ysb33r.ysf-project.gradle-plugin.base")
- Applying plugins to all subprojects .