Skip to content

Commit 80297a9

Browse files
committed
Fix for #480
1 parent ece1e88 commit 80297a9

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

build.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ configurations {
4949
}
5050

5151
dependencies {
52+
implementation 'com.bertramlabs.plugins:asset-pipeline-core:3.4.6'
53+
implementation 'com.bertramlabs.plugins:asset-pipeline-grails:3.4.6'
5254
developmentOnly("org.springframework.boot:spring-boot-devtools")
5355
// compile "org.springframework.boot:spring-boot-starter-logging"
5456
implementation "org.springframework.boot:spring-boot-autoconfigure"
@@ -171,6 +173,7 @@ webdriverBinaries {
171173
}
172174
geckodriver {
173175
version = '0.31.0'
176+
architecture = 'ARM64'
174177
}
175178

176179
}

geb-repo-arm64.json

+14
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,26 @@
77
"version": "101.0.4951.41",
88
"url": "https://chromedriver.storage.googleapis.com/101.0.4951.41/chromedriver_mac64.zip"
99
},
10+
{
11+
"name": "chromedriver",
12+
"platform": "linux",
13+
"bit": "arm64",
14+
"version": "101.0.4951.41",
15+
"url": "https://chromedriver.storage.googleapis.com/101.0.4951.41/chromedriver_linux64.zip"
16+
},
1017
{
1118
"name": "geckodriver",
1219
"platform": "mac",
1320
"bit": "arm64",
1421
"version": "0.31.0",
1522
"url": "https://github.com/mozilla/geckodriver/releases/download/v0.31.0/geckodriver-v0.31.0-macos-aarch64.tar.gz"
23+
},
24+
{
25+
"name": "geckodriver",
26+
"platform": "linux",
27+
"bit": "arm64",
28+
"version": "0.31.0",
29+
"url": "https://github.com/mozilla/geckodriver/releases/download/v0.31.0/geckodriver-v0.31.0-linux64.tar.gz"
1630
}
1731
]
1832

0 commit comments

Comments
 (0)