mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-04-06 18:20:26 +08:00
Update .travis.yml
This commit is contained in:
parent
fe019b8f0f
commit
761e671ecf
@ -3,7 +3,6 @@ jdk:
|
||||
- oraclejdk8
|
||||
deploy:
|
||||
provider: releases
|
||||
api_key:
|
||||
secure: 1ab883a4d25412928662c5e7afe722585730eade
|
||||
api_key: 1ab883a4d25412928662c5e7afe722585730eade
|
||||
file: build/libs/*
|
||||
skip_cleanup: true
|
||||
|
@ -18,7 +18,6 @@
|
||||
package org.jackhuang.hellominecraft.launcher.core.version;
|
||||
|
||||
import java.io.File;
|
||||
import org.jackhuang.hellominecraft.launcher.core.download.DownloadType;
|
||||
|
||||
/**
|
||||
*
|
||||
@ -52,7 +51,7 @@ public class MinecraftOldLibrary extends MinecraftLibrary {
|
||||
|
||||
@Override
|
||||
public LibraryDownloadInfo getDownloadInfo() {
|
||||
return null;
|
||||
return new LibraryDownloadInfo();
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user