File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -154,6 +154,10 @@ jobs:
154154 with :
155155 tool-cache : true
156156 large-packages : true
157+ android : true
158+ dotnet : true
159+ swap-storage : true
160+ docker-images : true
157161
158162 # Check out current repository
159163 - name : Fetch Sources
@@ -185,6 +189,10 @@ jobs:
185189 with :
186190 tool-cache : true
187191 large-packages : true
192+ android : true
193+ dotnet : true
194+ swap-storage : true
195+ docker-images : true
188196
189197 # Check out the current repository
190198 - name : Fetch Sources
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ repositories {
3232// Dependencies are managed with Gradle version catalog - read more: https://docs.gradle.org/current/userguide/platforms.html#sub:version-catalog
3333dependencies {
3434 implementation(" org.jsoup:jsoup:1.20.1" )
35- implementation(" org.http4k:http4k-core:6.11.1 .0" )
35+ implementation(" org.http4k:http4k-core:5.47.0 .0" )
3636
3737 testImplementation(" io.kotest:kotest-assertions-core-jvm:5.9.1" )
3838 testImplementation(" io.kotest:kotest-runner-junit5-jvm:5.9.1" )
You can’t perform that action at this time.
0 commit comments