File tree Expand file tree Collapse file tree 2 files changed +30
-3
lines changed
Expand file tree Collapse file tree 2 files changed +30
-3
lines changed Original file line number Diff line number Diff line change 1+ name : Gradle Dependency Submission
2+ on :
3+ push :
4+ branches :
5+ - master
6+ jobs :
7+ sonar :
8+ name : Sonar
9+ permissions :
10+ contents : write
11+ runs-on : ubuntu-latest
12+ if : github.repository == 'eclipse/openvsx'
13+ steps :
14+ - name : Checkout
15+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
16+ with :
17+ persist-credentials : false
18+ - name : Set up JDK
19+ uses : actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0
20+ with :
21+ distribution : ' temurin'
22+ java-version : 25
23+ - name : Setup Gradle
24+ uses : gradle/actions/setup-gradle@f29f5a9d7b09a7c6b29859002d29d24e1674c884 # v5
25+ with :
26+ dependency-graph : ' generate-and-submit'
27+ - run : server/gradlew --no-daemon -p server assemble
28+ env :
29+ DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS : ' productionRuntimeClasspath'
Original file line number Diff line number Diff line change 77 sonar :
88 name : Sonar
99 permissions :
10- contents : write
10+ contents : read
1111 runs-on : ubuntu-latest
1212 if : github.repository == 'eclipse/openvsx'
1313 steps :
2929 java-version : 25
3030 - name : Setup Gradle
3131 uses : gradle/actions/setup-gradle@f29f5a9d7b09a7c6b29859002d29d24e1674c884 # v5
32- with :
33- dependency-graph : generate-and-submit
3432 - name : Generate JaCoCo test report
3533 run : server/gradlew --no-daemon -p server jacocoTestReport
3634 - name : Make server libraries directory
You can’t perform that action at this time.
0 commit comments