Skip to content

Commit 7cce0b4

Browse files
committed
Gradle plugins version update and add explicit file encoding setting
1 parent a8c3826 commit 7cce0b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ org.gradle.parallel=true
1212
# (this could be memory-intensive)
1313
org.gradle.workers.max=3
1414
# Default to using 2GB of memory for the JVM.
15-
org.gradle.jvmargs=-Xmx2048m -XX:+UseParallelGC
15+
org.gradle.jvmargs=-Xmx2048m -XX:+UseParallelGC -Dfile.encoding=UTF-8
1616
# Uncomment to restrict the number of concurrent npm build tasks. Useful for systems with limited resources.
1717
#npmRunLimit=2
1818

@@ -59,7 +59,7 @@ windowsProteomicsBinariesVersion=1.0
5959
# The current version numbers for the gradle plugins.
6060
artifactoryPluginVersion=5.2.5
6161
gradleNodePluginVersion=7.1.0
62-
gradlePluginsVersion=6.2.0
62+
gradlePluginsVersion=6.3.0-npmBuild-SNAPSHOT
6363
owaspDependencyCheckPluginVersion=12.1.3
6464
versioningPluginVersion=1.1.2
6565

0 commit comments

Comments
 (0)