Commit 280323f
refactor: move Gradle discovery logic from workspace.js to java_gradle.js
Address review feedback: provider-specific discovery functions don't belong
in workspace.js. Extract traverseForWrapper to tools.js as shared utility,
update base_java.js to delegate to it, and move all Gradle workspace discovery
functions (discoverGradleSubprojects, resolveGradleBinary,
parseGradleInitScriptOutput, GRADLE_INIT_SCRIPT) to their provider file.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent b1afec7 commit 280323f
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
148 | | - | |
| 147 | + | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
0 commit comments