Skip to content

Commit

Permalink
Upgrade Gradle/Plugin to support running tests on M1 macs
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelgbanks committed Aug 3, 2022
1 parent 8d1b171 commit 5121281
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions base/tests/EnvironmentPrecedence/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ services:
environment:
ETCD_ADVERTISE_CLIENT_URLS: "http://0.0.0.0:2379"
ETCD_LISTEN_CLIENT_URLS: "http://0.0.0.0:2379"
ETCD_UNSUPPORTED_ARCH: arm64
volumes:
- ./populate-etcd.sh:/populate-etcd.sh
# etcd will be the confd backend and as such is #1 on the precedence list.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
plugins {
id("com.github.nigelgbanks.IsleDocker") version "0.9"
id("com.github.nigelgbanks.IsleDocker") version "0.11"
}
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 5121281

Please sign in to comment.