Newrelic Gradle Verify Instrumentation
Description
Gradle 5.6+ plugin for verifying instrumentation modules for the New Relic Java agent.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
gradle-verify-instrumentation-plugin
This plugin provides support for `verifyInstrumentation` DSL in New Relic instrumentation gradle build files. Using this plugin, you can figure out what range of versions for a library are supported by your instrumentation.
:warning: This plugin has a very niche use case for the New Relic Java Agent. It is not intended to be used or modified for any other environment.
Open source license
This project is distributed under the Apache 2 license.
What do you need to make this work?
Required:
- Gradle, minimum 7.2
- Java 17
Java Runtime
Most Java agent instrumentation modules are compiled to target Java 8+. However, some modules are compiled to target Java 11 and others require Java 17. The verifier must be run with a minimum Java runtime of 17 because it will fail when trying to verify instrumentation targeting Java 17 when running all modules from the same runtime. Of course, when running individual modules the runtime can be whatever version the given module requires.
Start using the plugin
To use the plugin, update your buildscript dependencies in settings.gradle:
pluginManagement {
repositories {
mavenLocal()
mavenCentral()
gradlePlu
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11
