Skip to content

Commit 7f867cc

Browse files
committed
mcl: release 2.0.0
1 parent 6c73ed8 commit 7f867cc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group 'org.itxtech'
7-
version '2.0.0-beta.3'
7+
version '2.0.0'
88
description '模块化、轻量级且支持完全自定义的 mirai 加载器。'
99

1010
repositories {

src/main/java/org/itxtech/mcl/module/builtin/RepoCache.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
*
3232
*/
3333
public class RepoCache extends MclModule {
34-
private static final String AUTO_CLEAR_KEY = "repowithcache.auto-clear";
34+
private static final String AUTO_CLEAR_KEY = "repocache.auto-clear";
3535

3636
@Override
3737
public String getName() {
@@ -48,7 +48,6 @@ public void prepare() {
4848
loader.options.addOptionGroup(clearGroup);
4949

5050
loader.repo = new RepoWithCache(loader.repo);
51-
loader.logger.debug("RepoCache has been initialized. Run \"./mcl --disable-module repocache\" to disable.");
5251
}
5352

5453
@Override

0 commit comments

Comments
 (0)