Skip to content

Commit

Permalink
info
Browse files Browse the repository at this point in the history
  • Loading branch information
Angeschossen committed Mar 28, 2024
1 parent 1d80a13 commit 4c45f28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ java {
}

group = "com.github.angeschossen"
version = "1.0.18"
version = "1.0.19"
description = "PluginFrameworkAPI"
java.sourceCompatibility = JavaVersion.VERSION_1_8

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public PluginEvent() {
public abstract void setExpressionVariables(ImmutableMap.@NotNull Builder<String, Object> builder);

@Nullable
public String getDebugInfo() {
public String getLogInfo() {
return null;
}
}

0 comments on commit 4c45f28

Please sign in to comment.