Skip to content

Commit b1321d9

Browse files
authored
Merge pull request #21 from caffeine-moe/fix/ci
Fix/ci
2 parents ed42fc4 + 46b66c0 commit b1321d9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Build
3030
run: |
3131
./gradlew ShadowJar
32-
- uses: actions/upload-artifact@v2
32+
- uses: actions/upload-artifact@v4
3333
with:
3434
name: CHAOS
3535
path: build/libs/*.jar

gradle.properties

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
kotlin.code.style=official
1+
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

Comments
 (0)