Skip to content

Commit

Permalink
fix: Rename "TestPlugin" to "MayflowerTestPlugin"
Browse files Browse the repository at this point in the history
The ci required this name in a test
  • Loading branch information
Goldmensch committed Jan 19, 2023
1 parent 47f5735 commit aea1b96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aea1b96

Please sign in to comment.