nx icon indicating copy to clipboard operation
nx copied to clipboard

chore(repo): add root Maven and Gradle files to Java reviewers in CODEOWNERS

Open FrozenPandaz opened this issue 1 week ago • 3 comments

Current Behavior

Root Maven and Gradle build files (pom.xml, build.gradle.kts, settings.gradle.kts) are not explicitly assigned to the Java reviewers in CODEOWNERS.

Expected Behavior

With this PR, the Java reviewers (@FrozenPandaz @MaxKless @lourw) will be automatically added as reviewers when changes are made to:

  • /pom.xml - Root Maven build file
  • /build.gradle.kts - Root Gradle build file
  • /settings.gradle.kts - Gradle settings file

This ensures the Java team has visibility into changes affecting the root Java build configuration.

Related Issue(s)

N/A - Maintenance improvement to CODEOWNERS

FrozenPandaz avatar Dec 04 '25 22:12 FrozenPandaz