1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-12-09 23:48:06 +00:00

Fix build on Windows

- Force encoding to UTF-8
 - Fix npm not being found on the path
 - Test building common/web on OSX and Windows
This commit is contained in:
Jonathan Coates
2024-04-24 17:55:48 +01:00
parent 550296edc5
commit 925092add3
7 changed files with 54 additions and 23 deletions

View File

@@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: MPL-2.0
org.gradle.jvmargs=-Xmx3G
org.gradle.jvmargs=-Xmx3G -Dfile.encoding=UTF-8
org.gradle.parallel=true
kotlin.stdlib.default.dependency=false