File tree Expand file tree Collapse file tree 1 file changed +8
-11
lines changed
Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 build-kotlin-plugin :
11- name : ' Build (matrix: Java ${{ matrix.java-version }} )'
11+ name : ' Build (Java 17 )'
1212 runs-on : ubuntu-latest
1313 permissions :
1414 contents : read
15- strategy :
16- matrix :
17- java-version : [11, 17]
1815
1916 steps :
2017 - name : Checkout repository
2118 uses : actions/checkout@v4
2219 with :
2320 fetch-depth : 0
2421
25- - name : Set up JDK ${{ matrix.java-version }}
22+ - name : Set up JDK 17
2623 uses : actions/setup-java@v4
2724 with :
2825 distribution : temurin
29- java-version : ${{ matrix.java-version }}
26+ java-version : 17
3027
3128 - name : Cache Gradle
3229 uses : actions/cache@v4
3532 ~/.gradle/caches
3633 ~/.gradle/wrapper
3734 ide-plugins/.gradle
38- key : gradle-${{ matrix.java-version }} -${{ hashFiles('ide-plugins/**/*.gradle*','ide-plugins/**/gradle-wrapper.properties') }}
35+ key : gradle-17 -${{ hashFiles('ide-plugins/**/*.gradle*','ide-plugins/**/gradle-wrapper.properties') }}
3936 restore-keys : |
40- gradle-${{ matrix.java-version }} -
37+ gradle-17 -
4138
4239 - name : Setup Gradle wrapper if missing
4340 run : |
6663 - name : Upload diagnostics
6764 uses : actions/upload-artifact@v4
6865 with :
69- name : ci-diagnostics-java-${{ matrix.java-version }}
66+ name : ci-diagnostics
7067 path : out/ci-diagnostics.txt
7168
7269 - name : Full build with stacktrace (capture to file)
7976 - name : Upload build log
8077 uses : actions/upload-artifact@v4
8178 with :
82- name : gradle-build-log-java-${{ matrix.java-version }}
79+ name : gradle-build-log
8380 path : gradle-build.log
8481
8582 - name : Build Kotlin plugin subproject if present
10198 - name : Upload kotlin-subproject/build logs if present
10299 uses : actions/upload-artifact@v4
103100 with :
104- name : kotlin-subproject-logs-java-${{ matrix.java-version }}
101+ name : kotlin-subproject-logs
105102 path : |
106103 kotlin-subproject-build.log
107104 assemble.log
You can’t perform that action at this time.
0 commit comments