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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user