From 4592336e148dfa0733cbac6a59f91c16a04701d6 Mon Sep 17 00:00:00 2001 From: vjrj Date: Tue, 6 Aug 2024 18:10:32 +0200 Subject: [PATCH] Fix for #480 --- build.gradle | 3 +++ geb-repo-arm64.json | 14 ++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/build.gradle b/build.gradle index 8cc0f33..30f7737 100644 --- a/build.gradle +++ b/build.gradle @@ -48,6 +48,8 @@ configurations { } dependencies { + implementation 'com.bertramlabs.plugins:asset-pipeline-core:3.4.6' + implementation 'com.bertramlabs.plugins:asset-pipeline-grails:3.4.6' developmentOnly("org.springframework.boot:spring-boot-devtools") // compile "org.springframework.boot:spring-boot-starter-logging" implementation "org.springframework.boot:spring-boot-autoconfigure" @@ -168,6 +170,7 @@ webdriverBinaries { } geckodriver { version = '0.31.0' + architecture = 'ARM64' } } diff --git a/geb-repo-arm64.json b/geb-repo-arm64.json index d2acd70..50f0910 100644 --- a/geb-repo-arm64.json +++ b/geb-repo-arm64.json @@ -7,12 +7,26 @@ "version": "101.0.4951.41", "url": "https://chromedriver.storage.googleapis.com/101.0.4951.41/chromedriver_mac64.zip" }, + { + "name": "chromedriver", + "platform": "linux", + "bit": "arm64", + "version": "101.0.4951.41", + "url": "https://chromedriver.storage.googleapis.com/101.0.4951.41/chromedriver_linux64.zip" + }, { "name": "geckodriver", "platform": "mac", "bit": "arm64", "version": "0.31.0", "url": "https://github.com/mozilla/geckodriver/releases/download/v0.31.0/geckodriver-v0.31.0-macos-aarch64.tar.gz" + }, + { + "name": "geckodriver", + "platform": "linux", + "bit": "arm64", + "version": "0.31.0", + "url": "https://github.com/mozilla/geckodriver/releases/download/v0.31.0/geckodriver-v0.31.0-linux64.tar.gz" } ]