diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2bba63..91b2bd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - name: Build run: | ./gradlew ShadowJar - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: CHAOS path: build/libs/*.jar diff --git a/gradle.properties b/gradle.properties index 29e08e8..d9c20ea 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1,4 @@ -kotlin.code.style=official \ No newline at end of file +kotlin.code.style=official + +systemProp.org.gradle.internal.http.connectionTimeout=180000 # 3 min +systemProp.org.gradle.internal.http.socketTimeout=180000 \ No newline at end of file