Skip to content

Commit e9a9896

Browse files
authored
Increase java heap size (#116)
1 parent cd6cbe3 commit e9a9896

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
java-version: '17'
3232

3333
- name: Build with Gradle
34+
env:
35+
NVD_API_KEY: ${{ secrets.NVD_API_KEY }}
3436
run: ./gradlew build --stacktrace
3537

3638
- name: Upload reports

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# Specifies the JVM arguments used for the daemon process.
1111
# The setting is particularly useful for tweaking memory settings.
12-
org.gradle.jvmargs=-Xmx1536m
12+
org.gradle.jvmargs=-Xmx4g -Xms1g
1313

1414
# When configured, Gradle will run in incubating parallel mode.
1515
# This option should only be used with decoupled projects. More details, visit

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dokkaPlugin = "1.9.20"
2626
gradleMavenPublishPlugin = "0.28.0"
2727
gradleVersionsPlugin = "0.51.0"
2828
markdownlintGradlePlugin = "0.6.0"
29-
owaspDependencyCheckPlugin = "9.2.0"
29+
owaspDependencyCheckPlugin = "10.0.2"
3030

3131
# Core dependencies
3232
kotlinx-coroutines = "1.8.1"

0 commit comments

Comments
 (0)