Skip to content

Commit b18dc02

Browse files
Remove properties that are likely to vary over time or machine-to-machine
1 parent 10a94ec commit b18dc02

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

CLAUDE.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,10 @@ All external library versions are centralized in `gradle.properties` (200+ versi
9898
## Key Build Properties (`gradle.properties`)
9999

100100
- `sourceCompatibility`/`targetCompatibility`: Java 25
101-
- `labkeyVersion`: 26.2-SNAPSHOT
102101
- `buildFromSource`: true (build modules from source vs. pulling artifacts)
103102
- `useLocalBuild`: use locally built artifacts
104103
- `moduleSet`: select a predefined set of modules (e.g., `community`, `all`, `distributions`)
105104
- `excludedModules`: comma-separated list of modules to exclude
106-
- `org.gradle.workers.max`: 3 (parallel build workers)
107105

108106
## Search Tips
109107

0 commit comments

Comments
 (0)