File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 31
31
java-version : ' 17'
32
32
33
33
- name : Build with Gradle
34
+ env :
35
+ NVD_API_KEY : ${{ secrets.NVD_API_KEY }}
34
36
run : ./gradlew build --stacktrace
35
37
36
38
- name : Upload reports
Original file line number Diff line number Diff line change 9
9
10
10
# Specifies the JVM arguments used for the daemon process.
11
11
# The setting is particularly useful for tweaking memory settings.
12
- org.gradle.jvmargs =-Xmx1536m
12
+ org.gradle.jvmargs =-Xmx4g -Xms1g
13
13
14
14
# When configured, Gradle will run in incubating parallel mode.
15
15
# This option should only be used with decoupled projects. More details, visit
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dokkaPlugin = "1.9.20"
26
26
gradleMavenPublishPlugin = " 0.28.0"
27
27
gradleVersionsPlugin = " 0.51.0"
28
28
markdownlintGradlePlugin = " 0.6.0"
29
- owaspDependencyCheckPlugin = " 9.2.0 "
29
+ owaspDependencyCheckPlugin = " 10.0.2 "
30
30
31
31
# Core dependencies
32
32
kotlinx-coroutines = " 1.8.1"
You can’t perform that action at this time.
0 commit comments