Skip to content

Commit

Permalink
Fix for #480
Browse files Browse the repository at this point in the history
  • Loading branch information
vjrj committed Aug 7, 2024
1 parent ece1e88 commit 80297a9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -171,6 +173,7 @@ webdriverBinaries {
}
geckodriver {
version = '0.31.0'
architecture = 'ARM64'
}

}
Expand Down
14 changes: 14 additions & 0 deletions geb-repo-arm64.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]

Expand Down

0 comments on commit 80297a9

Please sign in to comment.