Skip to content

fix: index Java packages named build - #1646

Open
danusha2345 wants to merge 1 commit into
colbymchenry:mainfrom
danusha2345:fix/1642-java-build-package-ignore
Open

fix: index Java packages named build#1646
danusha2345 wants to merge 1 commit into
colbymchenry:mainfrom
danusha2345:fix/1642-java-build-package-ignore

Conversation

@danusha2345

Copy link
Copy Markdown
Contributor

Fixes #1642.

The built-in build/ ignore rule also matched legal Java package segments such as src/main/java/com/acme/build/. This keeps build below conventional main/test Java source roots while preserving normal module build-output exclusion. A project .gitignore still has final say.

Tests:

  • regression reproduced before the fix
  • npm run build
  • npm test (3054 passed, 187 skipped)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant