Skip to content

Commit

Permalink
JGiven-10: update version and adapt plugin name
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Oertel <christian.oertel@partner.bmwgroup.com>
  • Loading branch information
Christian Oertel committed Oct 23, 2024
1 parent 8aa7c50 commit 6f2a949
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ repositories {
}
}

intellijPlatform {
pluginConfiguration {
name = "jgiven-intellij-plugin"
}
}

dependencies {
intellijPlatform {
intellijIdeaCommunity("2024.2")
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>JGivenPlugin</id>
<name>JGiven</name>
<version>0.0.20</version>
<version>0.0.21</version>

<description>Provides support for navigation between JGiven scenario states.</description>
<change-notes>
Expand Down

0 comments on commit 6f2a949

Please sign in to comment.