Skip to content
Skillv1.0.0

buildkite-gradle-plugin

All `java`, `javac`, and related JVM commands must be prefixed with `mise exec --` to ensure the correct Java version (as specified by [mise](https://mise.jdx.dev/)) is used. Examples:

by Widen(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from Widen/buildkite-gradle-plugin (AGENTS.md). Install upstream with npx skills add Widen/buildkite-gradle-plugin. Copyright stays with the author.

AGENTS.md

Java Commands

All java, javac, and related JVM commands must be prefixed with mise exec -- to ensure the correct Java version (as specified by mise) is used. Examples:

mise exec -- java -version
mise exec -- ./gradlew build
mise exec -- ./gradlew test

This applies to any direct java invocation and to any tool that shells out to the JVM.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/widen-buildkite-gradle-plugin-buildkite-gradle-plugin/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

widen-buildkite-gradle-plugin-buildkite-gradle-plugin.ocm.jsonjson
{
  "ocm": "1",
  "id": "widen-buildkite-gradle-plugin-buildkite-gradle-plugin",
  "kind": "skill",
  "name": "buildkite-gradle-plugin",
  "description": "All `java`, `javac`, and related JVM commands must be prefixed with `mise exec --` to ensure the correct Java version (as specified by [mise](https://mise.jdx.dev/)) is used. Examples:",
  "publisher": "Widen",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "All `java`, `javac`, and related JVM commands must be prefixed with `mise exec --` to ensure the correct Java version (as specified by [mise](https://mise.jdx.dev/)) is used. Examples:"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/Widen/buildkite-gradle-plugin",
      "path": "AGENTS.md",
      "ref": "806043ea5c41511e2fea69b3133b9351f8a3ae4c",
      "url": "https://github.com/Widen/buildkite-gradle-plugin/blob/806043ea5c41511e2fea69b3133b9351f8a3ae4c/AGENTS.md",
      "key": "Widen/buildkite-gradle-plugin/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\n## Java Commands\n\nAll `java`, `javac`, and related JVM commands must be prefixed with `mise exec --` to ensure the correct Java version (as specified by [mise](https://mise.jdx.dev/)) is used. Examples:\n\n```bash\nmise exec -- java -version\nmise exec -- ./gradlew build\nmise exec -- ./gradlew test\n```\n\nThis applies to any direct `java` invocation and to any tool that shells out to the JVM.",
  "cost": {
    "context_tokens": 100
  }
}

Fetch it by URL: GET /api/v1/registry/widen-buildkite-gradle-plugin-buildkite-gradle-plugin/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.