File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Dependency Submission
2
+
3
+ on :
4
+ push :
5
+ branches : [ 'main', 'kpavlov/dependency-submission' ]
6
+
7
+ permissions :
8
+ contents : write
9
+
10
+ jobs :
11
+ dependency-submission :
12
+ runs-on : ubuntu-latest
13
+ steps :
14
+ - name : Checkout sources
15
+ uses : actions/checkout@v5
16
+ - name : Setup Java
17
+ uses : actions/setup-java@v5
18
+ with :
19
+ distribution : ' temurin'
20
+ java-version : 21
21
+ cache : ' gradle'
22
+ - name : Generate and submit dependency graph
23
+ uses : gradle/actions/dependency-submission@v4
Original file line number Diff line number Diff line change 1
1
# Kotlin
2
2
kotlin.code.style =official
3
3
kotlin.daemon.jvmargs =-Xmx4096M
4
+ kotlin.native.ignoreDisabledTargets =true
4
5
5
6
# Gradle
6
7
org.gradle.jvmargs =-Xmx4096M -Dfile.encoding=UTF-8
You can’t perform that action at this time.
0 commit comments