From aea1b962972ab6cc7d14c4f2a67c8c56e5a8f215 Mon Sep 17 00:00:00 2001 From: Nick Hensel Date: Thu, 19 Jan 2023 19:51:45 +0100 Subject: [PATCH] fix: Rename "TestPlugin" to "MayflowerTestPlugin" The ci required this name in a test --- gradle.properties | 2 +- .../io/github/madethoughts/mayflower/testplugin/TestPlugin.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 14f9dac..6e15ebb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ commit.types=feat, fix, refactor, perf, style, test, docs, build, ops, chore -commit.scopes=gradle, deps, listener,pluginyml +commit.scopes=gradle, deps, listener, pluginyml # Allows you to validate commits only after this one, add the commmit hash here. commit.ignoreCommitsBefore=376515192f5346245d5c7ce0aebf9b706c29b454 micronautVersion=3.7.5 \ No newline at end of file diff --git a/test_plugin/src/main/java/io/github/madethoughts/mayflower/testplugin/TestPlugin.java b/test_plugin/src/main/java/io/github/madethoughts/mayflower/testplugin/TestPlugin.java index 99ef5a7..6fa65df 100644 --- a/test_plugin/src/main/java/io/github/madethoughts/mayflower/testplugin/TestPlugin.java +++ b/test_plugin/src/main/java/io/github/madethoughts/mayflower/testplugin/TestPlugin.java @@ -24,7 +24,7 @@ import org.bukkit.event.player.PlayerJoinEvent; @SuppressWarnings("ALL") -@McPlugin(name = "TestPlugin", version = "0.1", apiVersion = McPlugin.ApiVersion.V1_19, authors = "goldmensch") +@McPlugin(name = "MayflowerTestPlugin", version = "0.1", apiVersion = McPlugin.ApiVersion.V1_19, authors = "goldmensch") public class TestPlugin extends MayflowerPlugin { @EventListener