Skip to content

Commit 7b12812

Browse files
CopilotMte90
andcommitted
Remove diagnostic script and workflow steps as versions are now defined during build
Co-authored-by: Mte90 <[email protected]>
1 parent 5a3adab commit 7b12812

File tree

2 files changed

+0
-44
lines changed

2 files changed

+0
-44
lines changed

.github/workflows/kotlin-ci.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,6 @@ jobs:
5555
run: ./gradlew --no-daemon --version
5656
working-directory: ide-plugins
5757

58-
- name: Run diagnostics script (prints wrapper and kotlin plugin references)
59-
run: |
60-
mkdir -p ../out
61-
./inspect_gradle_kotlin_versions.sh > ../out/ci-diagnostics.txt || true
62-
working-directory: ide-plugins
63-
- name: Upload diagnostics
64-
uses: actions/upload-artifact@v4
65-
with:
66-
name: ci-diagnostics-java-17
67-
path: out/ci-diagnostics.txt
68-
6958
- name: Full build with stacktrace (capture to file)
7059
env:
7160
GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx3g"

ide-plugins/inspect_gradle_kotlin_versions.sh

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)