Search Gradle plugins
| Plugin | Latest Version |
|---|---|
|
Applies org.springframework.boot and wires the MSP Spring Boot BOM for dependency management. Names the bootJar after the root project and registers copyOtelJavaagent to copy the OpenTelemetry Java agent into build/libs at assemble time. Adds spring-boot-devtools (developmentOnly), micrometer-registry-prometheus (runtimeOnly), msp-spring-boot-application (implementation), and msp-spring-test-starter (testImplementation). Rewrites application.yml at processResources time with build metadata (context name, version, CI environment). When com.stano.docker is also applied, auto-configures the Docker image name, build args, and wires bootWar output as the Docker build context. |
0.1.15
(14 August 2026) |
|
Embeds an npm build's output into a Java jar's resources. Extends com.stano.npm (auto-applied) with an npmAssemble task that copies the npm dist output into build/resources/main/public. When the java plugin is also applied, jar depends on npmAssemble and test depends on npmTest. |
0.1.15
(14 August 2026) |
|
Scans Android hardcoded copy and synchronizes resource translations. |
0.2.0
(03 August 2026) |
|
Deploys Liferay OSGi modules in topological dependency order. Automatically partitions modules into deployment waves, copies JARs to the Liferay deploy folder, and verifies each bundle reaches Active state via the Gogo shell before proceeding to the next wave. Supports OSGi fragment bundles (Fragment-Host) natively. |
1.0.2
(06 July 2026) |
|
Plugin that merges resources from different output directories while executing Copy tasks |
5.0.7
(30 June 2026) |
|
Automatically collects GraalVM reachability metadata for your project's dependencies by downloading the official metadata repository and copying matching entries into the build directory. |
1.0.2
(18 June 2026) |
|
Gradle plugin for building Docker images with automatic artifact detection and copying for JVM and Native projects |
0.1.2
(12 May 2026) |
|
Adds a runHytale task that builds the mod, downloads/extracts Hytale server, copies the jar to mods, and starts it. |
1.0.1
(15 January 2026) |
|
Fixes eclipse projects to work with gradle annotation processing |
4.4.1
(15 October 2025) |
|
Generates a list of open source licenses you depend on. Depends on the output of licensee from cashapp - https://github.com/cashapp/licensee. Can generate a static list or copy licenses to android assets. As licensee supports KMM the plugin could support more platforms but current only supports android. |
0.4.6
(08 October 2025) |