hyd2apse commited on
Commit
9e09325
·
1 Parent(s): e85fa1d

dubbo: enable Java-only residual prune

Browse files
config/apache_dubbo_dubbo-3.3.3_dubbo-3.3.6.yaml CHANGED
@@ -39,6 +39,14 @@ test_dirs:
39
  exclude:
40
  - "**/target/**"
41
 
 
 
 
 
 
 
 
 
42
  main_branch: "3.3"
43
 
44
  # Compile the complete Maven test source tree before grading. This activates
 
39
  exclude:
40
  - "**/target/**"
41
 
42
+ # Dubbo's agent-authoritative production sources are Java. Make deletion
43
+ # inference the repository default while statically preventing the generic
44
+ # multi-language pruner from touching Groovy/Kotlin or other source types.
45
+ residue_prune: true
46
+ prune_extensions:
47
+ - ".java"
48
+ prune_keep_list: []
49
+
50
  main_branch: "3.3"
51
 
52
  # Compile the complete Maven test source tree before grading. This activates