Skip to content

Commit 44edd6a

Browse files
authored
Merge pull request #65 from domaframework/ci/fix-pluginVerifier-version-to-1.383
Fixed Plugin Verifier version to 1.383
2 parents b624d61 + c4515c9 commit 44edd6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ dependencies {
8989

9090
plugins(providers.gradleProperty("platformPlugins").map { it.split(',') })
9191

92-
pluginVerifier()
92+
pluginVerifier(version = "1.383")
9393
zipSigner()
9494
testFramework(TestFrameworkType.Platform)
9595
testFramework(TestFrameworkType.Plugin.Java)

0 commit comments

Comments
 (0)