Skip to content

Commit

Permalink
mcl: release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PeratX committed Apr 21, 2022
1 parent 6c73ed8 commit 7f867cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

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

repositories {
Expand Down
3 changes: 1 addition & 2 deletions src/main/java/org/itxtech/mcl/module/builtin/RepoCache.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
*
*/
public class RepoCache extends MclModule {
private static final String AUTO_CLEAR_KEY = "repowithcache.auto-clear";
private static final String AUTO_CLEAR_KEY = "repocache.auto-clear";

@Override
public String getName() {
Expand All @@ -48,7 +48,6 @@ public void prepare() {
loader.options.addOptionGroup(clearGroup);

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

@Override
Expand Down

0 comments on commit 7f867cc

Please sign in to comment.