build: update gradle.

This commit is contained in:
huanghongxun 2022-09-24 18:38:04 +08:00
parent e5ea4cd79f
commit c8409dd258
4 changed files with 2 additions and 6 deletions

View File

@ -192,7 +192,7 @@ public final class MultiplayerManager {
FileUtils.writeText(HIPER_CONFIG_PATH, certFileContent);
}
} catch (IOException e) {
LOG.warning(Level.WARNING, "configuration file cloud cache index code has been not available , try to use the local configuration file", e);
LOG.log(Level.WARNING, "configuration file cloud cache index code has been not available , try to use the local configuration file", e);
}
String[] commands = new String[]{HIPER_PATH.toString(), "-config", HIPER_CONFIG_PATH.toString()};

View File

@ -33,7 +33,6 @@ import org.jackhuang.hmcl.util.HMCLService;
import org.jackhuang.hmcl.util.TaskCancellationAction;
import org.jackhuang.hmcl.util.io.ChecksumMismatchException;
import java.time.Instant;
import java.util.Date;
import java.util.concurrent.CancellationException;
import java.util.function.Consumer;

View File

@ -42,9 +42,6 @@ import org.jackhuang.hmcl.util.HMCLService;
import org.jackhuang.hmcl.util.Lang;
import org.jackhuang.hmcl.util.i18n.Locales;
import java.time.format.DateTimeFormatter;
import java.time.format.FormatStyle;
import static org.jackhuang.hmcl.setting.ConfigHolder.globalConfig;
import static org.jackhuang.hmcl.ui.versions.VersionPage.wrap;
import static org.jackhuang.hmcl.util.i18n.I18n.i18n;

View File

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists