Skip to content

Commit dce50a4

Browse files
committed
Update contributing.md after renaming buildSrc to build-tools-internal
1 parent d06801c commit dce50a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ it is removed due to a `./gradlew clean` or other action.
178178
2. We have some custom Checkstyle rules, and the Checkstyle plugin needs
179179
to know where to find them. Under the "Third-Party Checks" section,
180180
click the "+" button.
181-
3. Select `buildSrc/build-bootstrap/libs/buildSrc-$VERSION.jar` where
181+
3. Select `build-tools-internal/build/distributions/build-tools-internal-$VERSION.jar` where
182182
`$VERSION` is something like `7.0.0-SNAPSHOT`. This jar file will
183183
always exist if you imported the project into IntelliJ before
184184
configuring Checkstyle.
@@ -206,7 +206,7 @@ Code Formatter] installed, you can apply formatting directly in IntelliJ.
206206
2. Click "Use the Eclipse Code Formatter"
207207
3. Under "Eclipse formatter config", select "Eclipse workspace/project
208208
folder or config file"
209-
4. Click "Browse", and navigate to the file `buildSrc/formatterConfig.xml`
209+
4. Click "Browse", and navigate to the file `build-tools-internal/formatterConfig.xml`
210210
5. **IMPORTANT** - make sure "Optimize Imports" is **NOT** selected.
211211
6. Click "OK"
212212

@@ -246,15 +246,15 @@ Next you'll want to import our auto-formatter:
246246
- Select **Window > Preferences**
247247
- Select **Java > Code Style > Formatter**
248248
- Click **Import**
249-
- Import the file at **buildSrc/formatterConfig.xml**
249+
- Import the file at **build-tools-internal/formatterConfig.xml**
250250
- Make sure it is the **Active profile**
251251

252252
Finally, set up import order:
253253

254254
- Select **Window > Preferences**
255255
- Select **Java > Code Style > Organize Imports**
256256
- Click **Import...**
257-
- Import the file at **buildSrc/elastic.importorder**
257+
- Import the file at **build-tools-internal/elastic.importorder**
258258
- Set the **Number of imports needed for `.*`** to ***9999***
259259
- Set the **Number of static imports needed for `.*`** to ***9999*** as well
260260
- Apply that

0 commit comments

Comments
 (0)