-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Gradle 6.2.1 #7517
Merged
Merged
Gradle 6.2.1 #7517
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Diff:diff --git a/_bashbrew-list b/_bashbrew-list
index 839d502..85a0684 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -7,15 +7,15 @@ gradle:6.2-jre
gradle:6.2-jre8
gradle:6.2-jre11
gradle:6.2-jre13
-gradle:6.2.0
-gradle:6.2.0-jdk
-gradle:6.2.0-jdk8
-gradle:6.2.0-jdk11
-gradle:6.2.0-jdk13
-gradle:6.2.0-jre
-gradle:6.2.0-jre8
-gradle:6.2.0-jre11
-gradle:6.2.0-jre13
+gradle:6.2.1
+gradle:6.2.1-jdk
+gradle:6.2.1-jdk8
+gradle:6.2.1-jdk11
+gradle:6.2.1-jdk13
+gradle:6.2.1-jre
+gradle:6.2.1-jre8
+gradle:6.2.1-jre11
+gradle:6.2.1-jre13
gradle:jdk
gradle:jdk8
gradle:jdk11
diff --git a/gradle_jdk11/Dockerfile b/gradle_jdk11/Dockerfile
index 5464d38..3e89a90 100644
--- a/gradle_jdk11/Dockerfile
+++ b/gradle_jdk11/Dockerfile
@@ -32,8 +32,8 @@ RUN apt-get update \
subversion \
&& rm -rf /var/lib/apt/lists/*
-ENV GRADLE_VERSION 6.2
-ARG GRADLE_DOWNLOAD_SHA256=b93a5f30d01195ec201e240f029c8b42d59c24086b8d1864112c83558e23cf8a
+ENV GRADLE_VERSION 6.2.1
+ARG GRADLE_DOWNLOAD_SHA256=a68ca7ba57f3404c3f6fc1f70a02d3a7d78652e6b46bbfaff83fc9a17168c279
RUN set -o errexit -o nounset \
&& echo "Downloading Gradle" \
&& wget --no-verbose --output-document=gradle.zip "https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-bin.zip" \
diff --git a/gradle_jdk13/Dockerfile b/gradle_jdk13/Dockerfile
index 6d8be76..70f668a 100644
--- a/gradle_jdk13/Dockerfile
+++ b/gradle_jdk13/Dockerfile
@@ -32,8 +32,8 @@ RUN apt-get update \
subversion \
&& rm -rf /var/lib/apt/lists/*
-ENV GRADLE_VERSION 6.2
-ARG GRADLE_DOWNLOAD_SHA256=b93a5f30d01195ec201e240f029c8b42d59c24086b8d1864112c83558e23cf8a
+ENV GRADLE_VERSION 6.2.1
+ARG GRADLE_DOWNLOAD_SHA256=a68ca7ba57f3404c3f6fc1f70a02d3a7d78652e6b46bbfaff83fc9a17168c279
RUN set -o errexit -o nounset \
&& echo "Downloading Gradle" \
&& wget --no-verbose --output-document=gradle.zip "https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-bin.zip" \
diff --git a/gradle_jre/Dockerfile b/gradle_jre/Dockerfile
index 4dbf575..2f63974 100644
--- a/gradle_jre/Dockerfile
+++ b/gradle_jre/Dockerfile
@@ -32,8 +32,8 @@ RUN apt-get update \
subversion \
&& rm -rf /var/lib/apt/lists/*
-ENV GRADLE_VERSION 6.2
-ARG GRADLE_DOWNLOAD_SHA256=b93a5f30d01195ec201e240f029c8b42d59c24086b8d1864112c83558e23cf8a
+ENV GRADLE_VERSION 6.2.1
+ARG GRADLE_DOWNLOAD_SHA256=a68ca7ba57f3404c3f6fc1f70a02d3a7d78652e6b46bbfaff83fc9a17168c279
RUN set -o errexit -o nounset \
&& echo "Downloading Gradle" \
&& wget --no-verbose --output-document=gradle.zip "https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-bin.zip" \
diff --git a/gradle_jre11/Dockerfile b/gradle_jre11/Dockerfile
index e88be6b..fb48ce2 100644
--- a/gradle_jre11/Dockerfile
+++ b/gradle_jre11/Dockerfile
@@ -32,8 +32,8 @@ RUN apt-get update \
subversion \
&& rm -rf /var/lib/apt/lists/*
-ENV GRADLE_VERSION 6.2
-ARG GRADLE_DOWNLOAD_SHA256=b93a5f30d01195ec201e240f029c8b42d59c24086b8d1864112c83558e23cf8a
+ENV GRADLE_VERSION 6.2.1
+ARG GRADLE_DOWNLOAD_SHA256=a68ca7ba57f3404c3f6fc1f70a02d3a7d78652e6b46bbfaff83fc9a17168c279
RUN set -o errexit -o nounset \
&& echo "Downloading Gradle" \
&& wget --no-verbose --output-document=gradle.zip "https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-bin.zip" \
diff --git a/gradle_jre13/Dockerfile b/gradle_jre13/Dockerfile
index f31edc2..0a3057a 100644
--- a/gradle_jre13/Dockerfile
+++ b/gradle_jre13/Dockerfile
@@ -32,8 +32,8 @@ RUN apt-get update \
subversion \
&& rm -rf /var/lib/apt/lists/*
-ENV GRADLE_VERSION 6.2
-ARG GRADLE_DOWNLOAD_SHA256=b93a5f30d01195ec201e240f029c8b42d59c24086b8d1864112c83558e23cf8a
+ENV GRADLE_VERSION 6.2.1
+ARG GRADLE_DOWNLOAD_SHA256=a68ca7ba57f3404c3f6fc1f70a02d3a7d78652e6b46bbfaff83fc9a17168c279
RUN set -o errexit -o nounset \
&& echo "Downloading Gradle" \
&& wget --no-verbose --output-document=gradle.zip "https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-bin.zip" \
diff --git a/gradle_latest/Dockerfile b/gradle_latest/Dockerfile
index 80f7d1c..03a6e6e 100644
--- a/gradle_latest/Dockerfile
+++ b/gradle_latest/Dockerfile
@@ -32,8 +32,8 @@ RUN apt-get update \
subversion \
&& rm -rf /var/lib/apt/lists/*
-ENV GRADLE_VERSION 6.2
-ARG GRADLE_DOWNLOAD_SHA256=b93a5f30d01195ec201e240f029c8b42d59c24086b8d1864112c83558e23cf8a
+ENV GRADLE_VERSION 6.2.1
+ARG GRADLE_DOWNLOAD_SHA256=a68ca7ba57f3404c3f6fc1f70a02d3a7d78652e6b46bbfaff83fc9a17168c279
RUN set -o errexit -o nounset \
&& echo "Downloading Gradle" \
&& wget --no-verbose --output-document=gradle.zip "https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-bin.zip" \ |
LGTM Build test of #7517; f92bb6f; $ bashbrew build gradle:6.2.1-jdk8
Building bashbrew/cache:58d3ee5701b711848092e6e06fc77fe35850908e3c75f45318f159205b944802 (gradle:6.2.1-jdk8)
Tagging gradle:6.2.1-jdk8
Tagging gradle:6.2-jdk8
Tagging gradle:jdk8
Tagging gradle:6.2.1-jdk
Tagging gradle:6.2-jdk
Tagging gradle:jdk
Tagging gradle:6.2.1
Tagging gradle:6.2
Tagging gradle:latest
$ test/run.sh gradle:6.2.1-jdk8
testing gradle:6.2.1-jdk8
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build gradle:6.2.1-jre8
Building bashbrew/cache:bda0134aab75c6c6c4db24095acfb1093602392bfdbf1c4104c509483aa3afdb (gradle:6.2.1-jre8)
Tagging gradle:6.2.1-jre8
Tagging gradle:6.2-jre8
Tagging gradle:jre8
Tagging gradle:6.2.1-jre
Tagging gradle:6.2-jre
Tagging gradle:jre
$ test/run.sh gradle:6.2.1-jre8
testing gradle:6.2.1-jre8
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build gradle:6.2.1-jdk11
Building bashbrew/cache:586c630cd4577e5f913b00334a7001bb50ab71bae49d864999a6920194ca37f1 (gradle:6.2.1-jdk11)
Tagging gradle:6.2.1-jdk11
Tagging gradle:6.2-jdk11
Tagging gradle:jdk11
$ test/run.sh gradle:6.2.1-jdk11
testing gradle:6.2.1-jdk11
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build gradle:6.2.1-jre11
Building bashbrew/cache:519674322caf688096a628b3185ea9dd705d11e0480070f5c46d654741dd8646 (gradle:6.2.1-jre11)
Tagging gradle:6.2.1-jre11
Tagging gradle:6.2-jre11
Tagging gradle:jre11
$ test/run.sh gradle:6.2.1-jre11
testing gradle:6.2.1-jre11
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build gradle:6.2.1-jdk13
Building bashbrew/cache:380c54e4e1024b92a1a0b85d7270a877471850d207e17b79b91b800abad62463 (gradle:6.2.1-jdk13)
Tagging gradle:6.2.1-jdk13
Tagging gradle:6.2-jdk13
Tagging gradle:jdk13
$ test/run.sh gradle:6.2.1-jdk13
testing gradle:6.2.1-jdk13
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build gradle:6.2.1-jre13
Building bashbrew/cache:f2d593bec97171b4712ab8cb343559d7b646e191de396a7ef2daddba0e746841 (gradle:6.2.1-jre13)
Tagging gradle:6.2.1-jre13
Tagging gradle:6.2-jre13
Tagging gradle:jre13
$ test/run.sh gradle:6.2.1-jre13
testing gradle:6.2.1-jre13
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.