Skip to content

Commit 4ef5679

Browse files
CopilotMte90
andcommitted
Move inspect_gradle_kotlin_versions.sh to ide-plugins folder
Co-authored-by: Mte90 <403283+Mte90@users.noreply.github.com>
1 parent 3592899 commit 4ef5679

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/kotlin-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Run diagnostics script (prints wrapper and kotlin plugin references)
4949
run: |
5050
mkdir -p out
51-
scripts/ci/inspect_gradle_kotlin_versions.sh > out/ci-diagnostics.txt || true
51+
ide-plugins/inspect_gradle_kotlin_versions.sh > out/ci-diagnostics.txt || true
5252
- name: Upload diagnostics
5353
uses: actions/upload-artifact@v4
5454
with:
File renamed without changes.

0 commit comments

Comments
 (0)