Search Gradle plugins

Plugin Latest Version

This plugin adds some utilities in root project in a multi-project build

0.3.0
(19 March 2024)

This plugin adds some utilities in root project in a multi-project build

2.1.0
(28 January 2022)

This plugin adds some utilities in root project in a multi-project build

1.0.0
(20 February 2021)

Plugin for generating an Xtext DSL language with MWE2

0.2.0
(02 November 2020)

Gradle Plugin for root projects

2.0.0-SNAPSHOT
(17 April 2019)

Extends com.stano.base for multi-module library builds. Applies the base and jacoco plugins to the root project. Does not set a project version — intended for library repositories that manage versioning separately. Inherits the 'root' BaseExtension and the jacocoRootReport aggregate coverage task.

0.1.6
(22 June 2026)

Core plugin for internal Java/Kotlin subprojects. Applies java-library, Kotlin JVM, JaCoCo, and Spotless (Google Java Format). Configures the Java toolchain from the root BaseExtension's javaVersion (default '21'). Configures tests with JUnit Platform and finalizes them with jacocoTestReport. When mspVersion is set, enforces the MSP BOM, excludes commons-logging and log4j, and auto-wires the MapStruct annotation processor when mapstruct is detected on the classpath. Requires com.stano.base (or com.stano.application) on the root project.

0.1.6
(22 June 2026)

Extends com.stano.base for multi-module application builds. Applies the base and jacoco plugins to the root project. Automatically derives project.version from git metadata: '<commitTimestamp>-<commitHash>' (or '<commitTimestamp>-<commitHash>-<buildNumber>' in CI). Inherits the 'root' BaseExtension and the jacocoRootReport aggregate coverage task.

0.1.6
(22 June 2026)

This project plugin simplifies the initial setup and version management for an Android application. It removes unnecessary configurations from the app module, creates the `appspirimentlibs.versions.toml` file corresponding to the plugin version, and adds the required `appspiriment` plugin exclusively to the app module (without affecting any other application modules or libraries). Additionally, the plugin configures the `appspirimentlibs.versions.toml` in the `settings.gradle.kts`. **Note:** If your project is using a `settings.gradle` file in Groovy, it will automatically convert it to the Kotlin DSL (`settings.gradle.kts`). You just need to add the plugin with correct version to the root build.gradle.kts (don't use alias, add it directly at first) and sync. This plugin is ideal for setting up a new project with a clean configuration or updating plugin versions. To update versions, simply update the project plugin version and sync. Be aware that this plugin will remove all configurations in the app module's Gradle file, so ensure that no additional configurations are lost.

0.0.11
(14 July 2025)

Conventions for 'io.github.gradle-nexus.publish-plugin' to publish to Maven Central and filter which modules are published through the '-PpublishingPackageGroup' parameter (root project plugin)

0.4.6
(30 June 2025)