0.30.8 - 2025-10-26
Release Notes
- Add
tk sbomfor Maven and Gradle project to generate SBOM with CycloneDX format:target/application.cdx.jsonor
build/application.cdx.json
Please check $HOME/.gradle/init.d/plugins.gradle with the following code:
initscript {
repositories {
gradlePluginPortal()
}
dependencies {
classpath 'com.github.ben-manes:gradle-versions-plugin:0.53.0'
classpath 'org.cyclonedx.bom:org.cyclonedx.bom.gradle.plugin:3.0.1'
}
}
allprojects {
apply plugin: com.github.benmanes.gradle.versions.VersionsPlugin
apply plugin: org.cyclonedx.gradle.CyclonedxPlugin
tasks.named("dependencyUpdates").configure {
// configure the task, for example wrt. resolution strategies
}
// https://github.com/CycloneDX/cyclonedx-gradle-plugin/tree/master?tab=readme-ov-file#advanced-configuration
tasks.named("cyclonedxDirectBom").configure {
jsonOutput.set(file("build/application.cdx.json"))
projectType = "application"
}
}
Install task-keeper 0.30.8
Install prebuilt binaries via Homebrew
brew install linux-china/tap/task-keeperDownload task-keeper 0.30.8
| File | Platform | Checksum |
|---|---|---|
| task-keeper-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| task-keeper-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| task-keeper-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| task-keeper-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |