User: rednesto Date: 03 Jun 24 17:04 Revision: 8ecc137e99c206755addd279f0c83b299e0665db Summary: Configure plugin verifier This can come in handy, verification isn't part of the build task TeamCity URL: https://ci.mcdev.io/viewModification.html?tab=vcsModificationFiles&modId=9317&personal=false Index: build.gradle.kts =================================================================== --- build.gradle.kts (revision 5e2ef33df213f57e0118f26b70d5fb9f03ed42bd) +++ build.gradle.kts (revision 8ecc137e99c206755addd279f0c83b299e0665db) @@ -138,6 +138,8 @@ testFramework(TestFrameworkType.Platform.JUnit5) testFramework(TestFrameworkType.Plugin.Java) + + pluginVerifier() } testLibs(libs.test.mockJdk) @@ -194,7 +196,13 @@ intellijPlatform { sandboxContainer.set(layout.projectDirectory.dir(".sandbox")) + + verifyPlugin { + ides { + recommended() -} + } + } +} tasks.withType { // Build numbers are used for