diff --git a/build.gradle b/build.gradle index 07b2cba..d23c28d 100644 --- a/build.gradle +++ b/build.gradle @@ -49,6 +49,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" @@ -171,6 +173,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" } ]