Skip to content

Commit

Permalink
移除日志
Browse files Browse the repository at this point in the history
  • Loading branch information
chivehao committed Oct 19, 2024
1 parent 5f803f3 commit 75281bb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

# 17.1.5

- 移除日志

# 17.1.4

- 移除一些不必要的日志
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
group=run.ikaros.plugin
description=A mikan plugin for ikaros.
version=17.1.3
version=17.1.5
2 changes: 1 addition & 1 deletion src/main/java/run/ikaros/plugin/mikan/MikanPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ public void stop() {

@Override
public void delete() {
log.info("plugin [{}] delete success", NAME);
// log.info("plugin [{}] delete success", NAME);
}
}
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: PluginMikan
# plugin entry class that extends BasePlugin
clazz: run.ikaros.plugin.mikan.MikanPlugin
# plugin 'version' is a valid semantic version string (see semver.org).
version: 17.1.4
version: 17.1.5
requires: ">=0.17.4"
author:
name: Ikaros OSS Team
Expand Down

0 comments on commit 75281bb

Please sign in to comment.