Skip to content

Commit

Permalink
TEST_CLASSPATH_MANAGED is removed from conf part
Browse files Browse the repository at this point in the history
commit_hash:2a36e49787ad1c13eeb1a5259f780cdf59550666
  • Loading branch information
VestniK committed Oct 15, 2024
1 parent 012125a commit 791531b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions build/conf/java.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1833,8 +1833,6 @@ MANAGED_PEERS_CLOSURE=
MANAGEABLE_PEERS_ROOTS=contrib/java
HAS_MANAGEABLE_PEERS=no
PROPAGATES_MANAGEABLE_PEERS=no
# Calculated and replaced by ymake can be used in DART DATA
TEST_CLASSPATH_MANAGED=

# tag:java-specific
DEPENDENCY_MANAGEMENT_VALUE=
Expand Down
2 changes: 1 addition & 1 deletion build/plugins/java.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def onjava_module(unit, *args):
'MANAGED_PEERS': '${MANAGED_PEERS}',
'MANAGED_PEERS_CLOSURE': '${MANAGED_PEERS_CLOSURE}',
'NON_NAMAGEABLE_PEERS': '${NON_NAMAGEABLE_PEERS}',
'TEST_CLASSPATH_MANAGED': '${TEST_CLASSPATH_MANAGED}',
'TEST_CLASSPATH_MANAGED': '',
'EXCLUDE': extract_macro_calls(unit, 'EXCLUDE_VALUE', args_delim),
'JAVA_SRCS': extract_macro_calls(unit, 'JAVA_SRCS_VALUE', args_delim),
'JAVAC_FLAGS': extract_macro_calls(unit, 'JAVAC_FLAGS_VALUE', args_delim),
Expand Down

0 comments on commit 791531b

Please sign in to comment.