-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Thanks to LexManos, he replaced all installers with the new version, …
…so the codes for compatibility with the old installer do not need to exist. The task of checking for extra files is now done by the installer instead of ForgeWrapper itself, thus avoiding some inaccurate checking.
- Loading branch information
1 parent
a3413eb
commit 3c6712d
Showing
15 changed files
with
246 additions
and
428 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
common/src/main/java/io/github/zekerzhayard/forgewrapper/util/CheckedLambdaUtil.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
|
||
org.gradle.daemon = false | ||
|
||
fw_version = 1.5.8 | ||
fw_version = 1.6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,3 @@ configurations { | |
} | ||
} | ||
} | ||
|
||
dependencies { | ||
compileOnly project(":common") | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
...y/src/main/java/io/github/zekerzhayard/forgewrapper/installer/util/AbstractInstaller.java
This file was deleted.
Oops, something went wrong.
37 changes: 0 additions & 37 deletions
37
legacy/src/main/java/io/github/zekerzhayard/forgewrapper/installer/util/InstallerV0.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
rootProject.name = 'ForgeWrapper' | ||
|
||
include 'common' | ||
include 'legacy' | ||
include 'jigsaw' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.