Skip to content

Commit a95ebfe

Browse files
CopilotMte90
andcommitted
Remove verifyPlugin task from CI workflow
- verifyPlugin requires IDE versions configuration that's not set up - buildPlugin is sufficient for creating the plugin artifact - This fixes the "No IDEs Found" build failure Co-authored-by: Mte90 <[email protected]>
1 parent 65f4495 commit a95ebfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kotlin-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx3g"
6464
run: |
6565
set -o pipefail
66-
./gradlew buildPlugin verifyPlugin --no-daemon --stacktrace 2>&1 | tee ../gradle-build.log
66+
./gradlew buildPlugin --no-daemon --stacktrace 2>&1 | tee ../gradle-build.log
6767
working-directory: ide-plugins
6868

6969
- name: Upload build log

0 commit comments

Comments
 (0)