Search Gradle plugins

Plugin Latest Version

Gradle plugin collect and provide information about the environment

16.3.0
(27 June 2026)

Gradle plugin collect and provide information about the environment

16.3.0
(27 June 2026)

Gradle plugin collect and provide information about the environment

16.3.0
(27 June 2026)

Gradle plugin collect and provide information about the environment

16.3.0
(27 June 2026)

Gradle plugin collect and provide information about the environment

16.3.0
(27 June 2026)

Embeds Python environment into Java applications

1.0.2
(24 June 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.6
(22 June 2026)

Docker container run lifecycle management. Registers dockerRun, dockerStop, dockerRemoveContainer, dockerRunStatus, and dockerNetworkModeStatus tasks. Configure the container via the dockerRun DSL: image, container name, ports, volumes, environment variables, command, network mode, and extra arguments. Supports daemonized containers (default) and ephemeral containers via clean=true (adds --rm).

0.1.6
(22 June 2026)

Reads a .env file at settings evaluation time and exposes its entries as a `dotenv` extension for use in settings.gradle.kts. Uses only stable public Gradle APIs (compatible with Gradle 8 and 9+).

0.1.0
(11 June 2026)

Run Python scripts with per-project virtual environment and requirements caching.

0.1.2
(02 June 2026)