Skip to content

Commit 8d2dfd0

Browse files
committed
run without signature verify on JpsBuild
1 parent eca635d commit 8d2dfd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/maxgamer/quickshop/util/envcheck/EnvironmentChecker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ public boolean isOutdatedJvm() {
193193
}
194194

195195
@SneakyThrows
196-
@EnvCheckEntry(name = "Signature Verify", priority = 0, stage = {EnvCheckEntry.Stage.ON_LOAD, EnvCheckEntry.Stage.ON_ENABLE})
196+
/* Disable on Jps build */ //@EnvCheckEntry(name = "Signature Verify", priority = 0, stage = {EnvCheckEntry.Stage.ON_LOAD, EnvCheckEntry.Stage.ON_ENABLE})
197197
public ResultContainer securityVerify() {
198198
JarVerifyTool tool = new JarVerifyTool();
199199
JarFile jarFile = null;

0 commit comments

Comments
 (0)