Skip to content

Commit 6674694

Browse files
sbouchetadietish
authored andcommitted
chore: use an older version of pluginverifier
Signed-off-by: Stephane Bouchet <[email protected]>
1 parent 73b051c commit 6674694

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dependencies {
7070
// for local plugin -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin-faq.html#how-to-add-a-dependency-on-a-plugin-available-in-the-file-system
7171
//plugins.set(listOf(file("/path/to/plugin/")))
7272

73-
pluginVerifier()
73+
pluginVerifier(version="1.384")
7474

7575
testFramework(TestFrameworkType.Platform)
7676
}

scripts/build_local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/usr/bin/env bash
22

33
# Note: run from root
44
# This is used to run and connect minikube cluster

0 commit comments

Comments
 (0)