Skip to content

Commit b1bcd8b

Browse files
committed
updated json for new version release Fixes #284
1 parent 6af0237 commit b1bcd8b

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

versionCheck/ForgeGradleVersion.json

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"docUrl": "https://forgegradle.readthedocs.org",
55
"version": "2.0.0",
66
"changes": [
7-
"Massive update fro ForgeGradle 1.2"
7+
"Massive rewrite from ForgeGradle 1.2"
88
],
99
"bugs": [
1010
"#242: SignJar task doesnt work correctly",
@@ -18,7 +18,7 @@
1818
}
1919
},
2020
{
21-
"status": "FINE",
21+
"status": "BROKEN",
2222
"docUrl": "https://forgegradle.readthedocs.org",
2323
"version": "2.0.1",
2424
"changes": [
@@ -27,6 +27,34 @@
2727
"Run directory is now created by the setup",
2828
"Forge Json checking is now more robust"
2929
],
30+
"bugs": [
31+
"#239: Javadoc task unable to find MC classes",
32+
"#244: Unable to use decomp workspace with server-tweaker",
33+
"#254: Unable to debug MC code in IDE",
34+
"#261: Coremods are not automatically loaded by GradleStart",
35+
"#262: Crash with ZipException when using jdk 6",
36+
"#264: Problems with multiproject builds where 2 projects use FG",
37+
"#265: Unable to run tweaker in Intellij IDEA",
38+
"#269: Dependencies not loaded fro libs folder",
39+
"#274: Coremods do not launch correctly",
40+
"Issue with overlapping ATs crashing the build",
41+
"Unable to run cleanCache because of log"
42+
],
43+
"ext": {
44+
"forgeMinBuild": "1503",
45+
"forgeMaxBuild": "9999"
46+
}
47+
},
48+
{
49+
"status": "FINE",
50+
"docUrl": "https://forgegradle.readthedocs.org",
51+
"version": "2.0.1",
52+
"changes": [
53+
"Many bug fixes",
54+
"Fixed issues with dependency deobfuscation",
55+
"Added new simpler API for reobfuscating extra jars",
56+
"Added new atSource to add folders to be searched for ATs"
57+
],
3058
"bugs": [
3159
],
3260
"ext": {

0 commit comments

Comments
 (0)