From 6f2a949bf748b8cdda460690bf6f3e45057641fa Mon Sep 17 00:00:00 2001 From: Christian Oertel Date: Wed, 23 Oct 2024 15:57:58 +0200 Subject: [PATCH] JGiven-10: update version and adapt plugin name Signed-off-by: Christian Oertel --- build.gradle.kts | 6 ------ src/main/resources/META-INF/plugin.xml | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2477694..c119e65 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -33,12 +33,6 @@ repositories { } } -intellijPlatform { - pluginConfiguration { - name = "jgiven-intellij-plugin" - } -} - dependencies { intellijPlatform { intellijIdeaCommunity("2024.2") diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index dcb4ae4..20620c7 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ JGivenPlugin JGiven - 0.0.20 + 0.0.21 Provides support for navigation between JGiven scenario states.