We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed42fc4 + 46b66c0 commit b1321d9Copy full SHA for b1321d9
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Build
30
run: |
31
./gradlew ShadowJar
32
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
33
with:
34
name: CHAOS
35
path: build/libs/*.jar
gradle.properties
@@ -1 +1,4 @@
1
-kotlin.code.style=official
+kotlin.code.style=official
2
+
3
+systemProp.org.gradle.internal.http.connectionTimeout=180000 # 3 min
4
+systemProp.org.gradle.internal.http.socketTimeout=180000
0 commit comments