Search Gradle plugins
| Plugin | Latest Version |
|---|---|
|
IHub Javaagent Gradle Plugin |
2.0.0-m2
(26 July 2026) |
|
IHub AI Metadata Gradle Plugin - Generates project structure JSON for LLM consumption |
2.0.0-m2
(26 July 2026) |
|
IHub Dependency Management Gradle Plugin |
2.0.0-m2
(26 July 2026) |
|
IHub Gradle Plugins GitHooks |
2.0.0-m2
(26 July 2026) |
|
IHub Gradle Plugins Base |
2.0.0-m2
(26 July 2026) |
|
A plugin that translates Protelis modules to Kotlin code, then generates the function documentation via Dokka |
3.0.142
(26 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.7
(26 July 2026) |
|
SonarQube analysis integration. Conditionally applies org.sonarqube and configures sonar.host.url, sonar.token, sonar.projectKey (as '<group>:<name>'), sonar.projectName, and sonar.projectVersion. Silently skips (no sonarqube task is registered) when STANO_SONAR_HOST_URL or STANO_SONAR_TOKEN are not configured. Optionally enforces quality gate with build failure via com.stano.sonar.fail-build-enabled. |
0.1.7
(26 July 2026) |
|
Settings-level plugin applied in settings.gradle. Configures dependency resolution management with mavenLocal(), mavenCentral(), and an optional private stano-maven repository. Configures local build cache and optional S3 remote build cache (enabled via STANO_BUILD_CACHE_TYPE=s3; configured via STANO_BUILD_CACHE_S3_* variables). Pins the Kotlin JVM plugin to a fixed version and self-pins all com.stano plugins to the version bundled with this plugin. Exposes a buildCacheSettings DSL to customize the S3 cache key prefix. |
0.1.7
(26 July 2026) |
|
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.7
(26 July 2026) |