Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 1.14.0 rc1 #6822

Merged
merged 2 commits into from
Aug 31, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/docker/cache_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set -e
WORK_DIR=$(mktemp -d)

pushd ${WORK_DIR}
git clone -b develop --depth 1 https://github.com/apache/geode.git geode
git clone -b support/1.14 --depth 1 https://github.com/apache/geode.git geode

pushd geode
./gradlew --no-daemon --console=plain --info resolveDependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if [ -z ${JAVA_HOME} ]; then
fi

pushd ${WORK_DIR}
git clone -b develop --depth 1 https://github.com/apache/geode.git geode
git clone -b support/1.14 --depth 1 https://github.com/apache/geode.git geode

pushd geode
./gradlew --no-daemon --console=plain --info resolveDependencies
Expand Down
2 changes: 1 addition & 1 deletion geode-assembly/src/main/dist/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ The MIT License (http://opensource.org/licenses/mit-license.html)

Apache Geode bundles the following files under the MIT License:

- Checker Qual v2.10.0 (https://checkerframework.org), Copyright (c)
- Checker Qual v3.5.0 (https://checkerframework.org), Copyright (c)
2004-present by the Checker Framework developers
- ClassGraph v4.8.52 (https://github.com/classgraph/classgraph), Copyright
(c) 2019 Luke Hutchison
Expand Down