|
4 | 4 | "docUrl": "https://forgegradle.readthedocs.org", |
5 | 5 | "version": "2.0.0", |
6 | 6 | "changes": [ |
7 | | - "Massive update fro ForgeGradle 1.2" |
| 7 | + "Massive rewrite from ForgeGradle 1.2" |
8 | 8 | ], |
9 | 9 | "bugs": [ |
10 | 10 | "#242: SignJar task doesnt work correctly", |
|
18 | 18 | } |
19 | 19 | }, |
20 | 20 | { |
21 | | - "status": "FINE", |
| 21 | + "status": "BROKEN", |
22 | 22 | "docUrl": "https://forgegradle.readthedocs.org", |
23 | 23 | "version": "2.0.1", |
24 | 24 | "changes": [ |
|
27 | 27 | "Run directory is now created by the setup", |
28 | 28 | "Forge Json checking is now more robust" |
29 | 29 | ], |
| 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 | + ], |
30 | 58 | "bugs": [ |
31 | 59 | ], |
32 | 60 | "ext": { |
|
0 commit comments