Skip to content

Commit

Permalink
Merge pull request #22 from caffeine-moe/fix/ci
Browse files Browse the repository at this point in the history
more ci fixies
  • Loading branch information
caffeine01 authored Jan 29, 2025
2 parents b1321d9 + 208927a commit be3f1d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build
run: |
./gradlew ShadowJar
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: CHAOS
path: build/libs/CHAOS-all.jar
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
kotlin.code.style=official

systemProp.org.gradle.internal.http.connectionTimeout=180000 # 3 min
systemProp.org.gradle.internal.http.connectionTimeout=180000
systemProp.org.gradle.internal.http.socketTimeout=180000

0 comments on commit be3f1d7

Please sign in to comment.