Skip to content

Commit

Permalink
Set big timeout for artifacts publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
davidepianca98 committed Jan 21, 2024
1 parent 8bb2fd1 commit 287ceb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,5 @@ fabric.properties
.idea/detekt.xml
.gradle/
build/

local.properties
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ coroutineVersion=1.8.0-RC
atomicfuVersion=0.23.1
nodeWrapperVersion=18.16.12-pre.683
kotlin.js.generate.executable.default=false
systemProp.org.gradle.internal.http.connectionTimeout=180000
systemProp.org.gradle.internal.http.socketTimeout=180000

0 comments on commit 287ceb3

Please sign in to comment.