Skip to content

Commit bbb52f5

Browse files
committed
Add --refresh-dependencies to publish workflow
1 parent 74ad2d1 commit bbb52f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
java-version: 17
2525
check-latest: true
2626
- name: Build
27-
run: ./gradlew build
27+
run: ./gradlew build --refresh-dependencies
2828
- name: Publish to Hangar
2929
env:
3030
HANGAR_TOKEN: ${{ secrets.HANGAR_TOKEN }}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ projectVersion=5.5.1-SNAPSHOT
22

33
# Smile emoji (note that modrinth may not have added the version on release yet)
44
mcVersions=1.21.9, 1.21.8, 1.21.7, 1.21.6, 1.21.5, 1.21.4, 1.21.3, 1.21.2, 1.21.1, 1.21, 1.20.6, 1.20.5, 1.20.4, 1.20.3, 1.20.2, 1.20.1, 1.20, 1.19.4, 1.19.3, 1.19.2, 1.19.1, 1.19, 1.18.2, 1.18.1, 1.18, 1.17.1, 1.17, 1.16.5, 1.16.4, 1.16.3, 1.16.2, 1.16.1, 1.16, 1.15.2, 1.15.1, 1.15, 1.14.4, 1.14.3, 1.14.2, 1.14.1, 1.14, 1.13.2, 1.13.1, 1.13, 1.12.2, 1.12.1, 1.12, 1.11.2, 1.11.1, 1.11, 1.10.2, 1.10.1, 1.10
5-
mcVersionRange=1.10-1.21.9
5+
mcVersionRange=1.10-1.21.10
66
velocityVersion=3.4
77

88
org.gradle.configureondemand=true

0 commit comments

Comments
 (0)