We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c3826 commit 7cce0b4Copy full SHA for 7cce0b4
1 file changed
gradle.properties
@@ -12,7 +12,7 @@ org.gradle.parallel=true
12
# (this could be memory-intensive)
13
org.gradle.workers.max=3
14
# Default to using 2GB of memory for the JVM.
15
-org.gradle.jvmargs=-Xmx2048m -XX:+UseParallelGC
+org.gradle.jvmargs=-Xmx2048m -XX:+UseParallelGC -Dfile.encoding=UTF-8
16
# Uncomment to restrict the number of concurrent npm build tasks. Useful for systems with limited resources.
17
#npmRunLimit=2
18
@@ -59,7 +59,7 @@ windowsProteomicsBinariesVersion=1.0
59
# The current version numbers for the gradle plugins.
60
artifactoryPluginVersion=5.2.5
61
gradleNodePluginVersion=7.1.0
62
-gradlePluginsVersion=6.2.0
+gradlePluginsVersion=6.3.0-npmBuild-SNAPSHOT
63
owaspDependencyCheckPluginVersion=12.1.3
64
versioningPluginVersion=1.1.2
65
0 commit comments