-
Notifications
You must be signed in to change notification settings - Fork 518
Expand file tree
/
Copy pathIDE.properties.tmp
More file actions
51 lines (43 loc) · 1.51 KB
/
IDE.properties.tmp
File metadata and controls
51 lines (43 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
########################################################
# If you are only working on a subset of the modules in this project, you can optimize your
# IDE to only load those modules. Copy `IDE.properties.tmp` to `IDE.properties` and comment out
# any lines that correspond to modules you do not want to work on. Excluded modules will be
# removed from the Gradle build entirely, so your IDE won't index their sources.
#
# Note: Don't exclude a module that an included module depends on, or Gradle will fail.
# For example, don't exclude rewrite-java while keeping rewrite-groovy.
########################################################
# To work on the core module like recipe lifecycle, semver semantics, etc. or
# to work on the RewriteTest unit testing harness.
rewrite-core
rewrite-test
# To work on Java recipes, you generally only need rewrite-java and rewrite-java-test.
# The former is where the recipe logic lives, and the latter is where the tests live.
# rewrite-java-tck and rewrite-java-17 are only needed if you intend to work on the
# language parser.
rewrite-java
rewrite-java-lombok
rewrite-java-test
rewrite-java-tck
rewrite-java-17
rewrite-java-21
rewrite-java-25
# Other language modules
rewrite-csharp
rewrite-docker
rewrite-gradle
rewrite-groovy
rewrite-hcl
rewrite-javascript
rewrite-json
rewrite-kotlin
rewrite-maven
rewrite-properties
rewrite-protobuf
rewrite-python
rewrite-toml
rewrite-xml
rewrite-yaml
# These aren't depended on by any other modules, so they're safe to exclude.
rewrite-benchmarks
rewrite-bom