Search Gradle plugins
| Plugin | Latest Version |
|---|---|
|
Root-project prerequisite for all com.stano plugins. Registers the 'root' BaseExtension exposing cross-project configuration: javaVersion (default '21'), contextName, mspVersion, Docker registry coordinates, Pact Broker coordinates, and lazy CI metadata providers (branch name, commit hash, commit timestamp, build number). Registers the jacocoRootReport task that aggregates JaCoCo coverage across all subprojects. Must be applied to the root project before any other com.stano plugin. |
0.1.7
(26 July 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.7
(26 July 2026) |
io.github.manriif.komple-tool-zig
CC-compatible
Downloads and installs the Zig toolchain and compiles C sources using zig cc. |
0.0.6
(26 July 2026) |
io.github.manriif.komple-tool-wabt
CC-compatible
Downloads, builds and installs the WebAssembly Binary Toolkit (WABT). |
0.0.6
(26 July 2026) |
io.github.manriif.komple
CC-compatible
Downloads, verifies, installs and exposes native development tools (compilers, SDKs, CLI utilities) directly from your build, through a composable shell environment and a native (C) project abstraction. |
0.0.6
(26 July 2026) |
io.github.manriif.komple-tool-jextract
CC-compatible
Downloads and installs jextract and generates Java FFM bindings from C headers. |
0.0.6
(26 July 2026) |
io.github.manriif.komple-tool-emscripten
CC-compatible
Downloads and installs the Emscripten SDK (emsdk) and exposes its environment. |
0.0.6
(26 July 2026) |
io.github.manriif.komple-tool-gnu-sed
CC-compatible
Downloads, builds and installs GNU sed and exposes it on the shell environment. |
0.0.6
(26 July 2026) |
io.github.manriif.komple-tool-apple-xcode
CC-compatible
Uses the local Xcode installation to compile C sources for Apple platforms. |
0.0.6
(26 July 2026) |
io.github.manriif.komple-tool-android-ndk
CC-compatible
Downloads and installs the Android NDK and compiles C sources for Android targets. |
0.0.6
(26 July 2026) |