Skip to content

Commit

Permalink
Merge pull request #93 from groovy/4.0.13
Browse files Browse the repository at this point in the history
Groovy 4.0.13
  • Loading branch information
keeganwitt committed Jun 30, 2023
2 parents f28c433 + 5315102 commit be241bb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: test
env:
version: ${{ matrix.version }}
expectedGroovyVersion: 4.0.12
expectedGroovyVersion: 4.0.13
run: |
cd test
./run.sh "groovy:${version}" "${expectedGroovyVersion}"
2 changes: 1 addition & 1 deletion jdk11-alpine/Dockerfile
Expand Up @@ -19,7 +19,7 @@ VOLUME /home/groovy/.groovy/grapes

WORKDIR /home/groovy

ENV GROOVY_VERSION 4.0.12
ENV GROOVY_VERSION 4.0.13
RUN set -o errexit -o nounset \
&& echo "Installing build dependencies" \
&& apk add --no-cache --virtual .build-deps \
Expand Down
2 changes: 1 addition & 1 deletion jdk11/Dockerfile
Expand Up @@ -28,7 +28,7 @@ RUN apt-get update \
wget \
&& rm --recursive --force /var/lib/apt/lists/*

ENV GROOVY_VERSION 4.0.12
ENV GROOVY_VERSION 4.0.13
RUN set -o errexit -o nounset \
&& echo "Downloading Groovy" \
&& wget --no-verbose --output-document=groovy.zip "https://archive.apache.org/dist/groovy/${GROOVY_VERSION}/distribution/apache-groovy-binary-${GROOVY_VERSION}.zip" \
Expand Down
2 changes: 1 addition & 1 deletion jdk17-alpine/Dockerfile
Expand Up @@ -19,7 +19,7 @@ VOLUME /home/groovy/.groovy/grapes

WORKDIR /home/groovy

ENV GROOVY_VERSION 4.0.12
ENV GROOVY_VERSION 4.0.13
RUN set -o errexit -o nounset \
&& echo "Installing build dependencies" \
&& apk add --no-cache --virtual .build-deps \
Expand Down
2 changes: 1 addition & 1 deletion jdk17/Dockerfile
Expand Up @@ -28,7 +28,7 @@ RUN apt-get update \
wget \
&& rm --recursive --force /var/lib/apt/lists/*

ENV GROOVY_VERSION 4.0.12
ENV GROOVY_VERSION 4.0.13
RUN set -o errexit -o nounset \
&& echo "Downloading Groovy" \
&& wget --no-verbose --output-document=groovy.zip "https://archive.apache.org/dist/groovy/${GROOVY_VERSION}/distribution/apache-groovy-binary-${GROOVY_VERSION}.zip" \
Expand Down
2 changes: 1 addition & 1 deletion jdk8/Dockerfile
Expand Up @@ -28,7 +28,7 @@ RUN apt-get update \
wget \
&& rm --recursive --force /var/lib/apt/lists/*

ENV GROOVY_VERSION 4.0.12
ENV GROOVY_VERSION 4.0.13
RUN set -o errexit -o nounset \
&& echo "Downloading Groovy" \
&& wget --no-verbose --output-document=groovy.zip "https://archive.apache.org/dist/groovy/${GROOVY_VERSION}/distribution/apache-groovy-binary-${GROOVY_VERSION}.zip" \
Expand Down

0 comments on commit be241bb

Please sign in to comment.