File tree 2 files changed +17
-0
lines changed
2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,8 @@ configurations {
49
49
}
50
50
51
51
dependencies {
52
+ implementation ' com.bertramlabs.plugins:asset-pipeline-core:3.4.6'
53
+ implementation ' com.bertramlabs.plugins:asset-pipeline-grails:3.4.6'
52
54
developmentOnly(" org.springframework.boot:spring-boot-devtools" )
53
55
// compile "org.springframework.boot:spring-boot-starter-logging"
54
56
implementation " org.springframework.boot:spring-boot-autoconfigure"
@@ -171,6 +173,7 @@ webdriverBinaries {
171
173
}
172
174
geckodriver {
173
175
version = ' 0.31.0'
176
+ architecture = ' ARM64'
174
177
}
175
178
176
179
}
Original file line number Diff line number Diff line change 7
7
"version" : " 101.0.4951.41" ,
8
8
"url" : " https://chromedriver.storage.googleapis.com/101.0.4951.41/chromedriver_mac64.zip"
9
9
},
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
+ },
10
17
{
11
18
"name" : " geckodriver" ,
12
19
"platform" : " mac" ,
13
20
"bit" : " arm64" ,
14
21
"version" : " 0.31.0" ,
15
22
"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"
16
30
}
17
31
]
18
32
You can’t perform that action at this time.
0 commit comments