Skip to content

Commit e9f410a

Browse files
committed
remove unused Gradle auto-download
(auto-submit 116653 after successfully running remote remote.full) Job ID: job.9.20250529165346.31822 (auto-submit integ 116655 main -> coherence-ce/main after successfully running remote remote.full) Job ID: job.9.20251007201609.4313 (auto-submit integ 118676 coherence-ce/main -> coherence-ce/release/coherence-ce-v15.1.1.0 after successfully running remote remote.full) Job ID: job.9.20251008081608.3333 [git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v15.1.1.0/": change = 118678]
1 parent cdbe7ca commit e9f410a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

bin/cfglinux.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
#
4-
# Copyright (c) 2000, 2023, Oracle and/or its affiliates.
4+
# Copyright (c) 2000, 2025, Oracle and/or its affiliates.
55
#
66
# Licensed under the Universal Permissive License v 1.0 as shown at
77
# https://oss.oracle.com/licenses/upl.
@@ -50,7 +50,6 @@ cd - &>/dev/null
5050

5151
if [ -f $SCRIPTS_DIR/../tools/internal/bin/cfglinux.sh ]; then
5252
source $SCRIPTS_DIR/../tools/internal/bin/cfglinux.sh
53-
ensure_gradle
5453
fi
5554

5655
source $SCRIPTS_DIR/cfgcommon.sh

bin/cfgwindows.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
#
4-
# Copyright (c) 2000, 2023, Oracle and/or its affiliates.
4+
# Copyright (c) 2000, 2025, Oracle and/or its affiliates.
55
#
66
# Licensed under the Universal Permissive License v 1.0 as shown at
77
# https://oss.oracle.com/licenses/upl.
@@ -68,7 +68,6 @@ cd - &>/dev/null
6868

6969
if [ -f $SCRIPTS_DIR/../tools/internal/bin/cfgwindows.sh ]; then
7070
source $SCRIPTS_DIR/../tools/internal/bin/cfgwindows.sh
71-
ensure_gradle
7271
fi
7372

7473
source $SCRIPTS_DIR/cfgcommon.sh

0 commit comments

Comments
 (0)