Skip to content

Commit

Permalink
[java] Pin to Gradle 6
Browse files Browse the repository at this point in the history
The Java Gradle files use Gradle 6 features, like `maven`. Newer
versions of Gradle do not support this.

Pin to Gradle 6 until this can be reworked.
  • Loading branch information
chwarr authored Mar 7, 2022
1 parent 9c2e4dd commit b1e6bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci-scripts/linux/image-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN nuget install NUnit.ConsoleRunner -OutputDirectory /root -Version 3.8.0 -Non
RUN add-apt-repository ppa:cwchien/gradle && \
apt-get update && \
apt-get -y install \
gradle \
gradle-6.8.3 \
openjdk-8-jdk-headless

# Components for ghc
Expand Down

0 comments on commit b1e6bbc

Please sign in to comment.