Skip to content

Commit fe538a7

Browse files
committed
Update File Utils to fix Windows zip creation
1 parent 5332ea2 commit fe538a7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
paths-ignore:
77
- '.github/workflows/**'
88
- 'README.md'
9-
- 'settings.gradle'
109

1110
permissions:
1211
contents: read

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencyResolutionManagement {
2828

2929
// Utilities
3030
library 'utils-download', 'net.minecraftforge', 'download-utils' version '0.3.1'
31-
library 'utils-files', 'net.minecraftforge', 'file-utils' version '0.3.0'
31+
library 'utils-files', 'net.minecraftforge', 'file-utils' version '0.3.1'
3232
library 'utils-hash', 'net.minecraftforge', 'hash-utils' version '0.1.9'
3333
library 'utils-data', 'net.minecraftforge', 'json-data-utils' version '0.2.3'
3434
library 'utils-logging', 'net.minecraftforge', 'log-utils' version '0.3.1'

0 commit comments

Comments
 (0)