Skip to content

Modernize Gradle build infrastructure - #4

Merged
gsidhwani-nr merged 1 commit into
mainfrom
modernize-gradle-build
Jul 21, 2026
Merged

gsidhwani-nr merged 1 commit into
mainfrom
modernize-gradle-build

Conversation

@gsidhwani-nr

@gsidhwani-nr gsidhwani-nr commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Upgrade Gradle wrapper from 6.4.1 to 8.5 (supports JDK 17/21)
  • Replace newrelic-dependencies.sh and local libs/ directory with Maven Central dependencies for agent-bridge
  • Centralize Java Agent version in gradle.properties (8.6.0) — all submodules reference project.findProperty('java.agent.version')
  • Fix webmethods-jms dependency: javax.jms:jms:1.1javax.jms:javax.jms-api:2.0.1 (old artifact removed from Maven Central)
  • Upgrade gradle-verify-instrumentation-plugin from 3.2 to 4.0
  • Update CI workflow to use JDK 21 and simplified build command

Test plan

  • ./gradlew clean build succeeds with JDK 17
  • Verify ./gradlew clean install copies JARs to extensions directory
  • Deploy instrumentation JARs to a webMethods environment and confirm transactions appear in New Relic

@gsidhwani-nr
gsidhwani-nr merged commit 8034eac into main Jul 21, 2026
4 checks passed
@gsidhwani-nr
gsidhwani-nr deleted the modernize-gradle-build branch July 21, 2026 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants