Search Gradle plugins
| Plugin | Latest Version |
|---|---|
com.oliveryasuna.modkit.testing
CC-compatible
Sets up JUnit Platform for pure-logic tests and wires the Fabric and NeoForge GameTest runs. |
0.4.0
(20 July 2026) |
com.oliveryasuna.modkit.datagen
CC-compatible
Wires Minecraft data generation across Fabric Loom and ModDevGradle and routes generated output into resources. |
0.4.0
(20 July 2026) |
io.github.adinahhh.compile-sast
CC-compatible
Wires the compile-sast K2 compiler plugin into Kotlin compilation - CWE-mapped security checks surfaced as native compiler diagnostics. |
0.1.0
(16 July 2026) |
|
generate code from .proto files |
7.0.0-alpha05
(15 July 2026) |
|
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.9
(30 July 2026) |
|
generate kotlin multiplatform code from .proto files base on wire |
1.0.0-unk1
(13 August 2024) |
|
A plugin to install python envs on various arch |
0.2
(24 October 2023) |
|
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.9
(30 July 2026) |
|
Docker image build, tag, and push support. Registers docker (build), dockerTag, dockerPush, dockerLogin, dockerLogout, dockerClean, and dockerCleanupImage tasks. Configure images via the docker DSL: image name, Dockerfile path, build args, labels, platforms, and additional build context files. Supports docker buildx (default) with multi-platform builds and automatic AWS ECR login. Automatically stamps images with build provenance labels (branch, commit hash, build number, repository URL). When com.stano.spring-boot is also applied, auto-configures the image name and wires bootWar output as the build context. |
0.1.9
(30 July 2026) |
|
Resolves the pjacoco agent and wires -javaagent for per-test coverage of parallel black-box suites. |
2.0.0
(28 July 2026) |