Closed octylFractal closed 4 years ago
IIRC, setupCIWorkspace
only does the minimal amount needed for building. It's not meant for use in a dev environment.
What you are seeing is decompiled like you said. Decompiled code looks different.
Guys shutup unless you know what you're talking about. Exceptions are added pre-decompile in the same step for both decomp and ci so it should be adding them.
@TehNut @diesieben07 If you had read the title, you would have noticed this is not about source vs. decompiled but the presence of exceptions, which causes compile errors if they're not there (see the travis build that alerted me to this)
Reading the title definitely helps. Sorry.
hmm.. something is wrong with the application od the Exceptor.. had this bug before an it was fixed.. what hapenned recently?
@kenzierocks Agrees. See https://github.com/CovertJaguar/Railcraft as an example. When you run ./gradlew build
it fails; but when you run ./gradlew setupDecompWorkspace build
it succeed.
@kenzierocks How about setupDevWorkspace
?
Closing this issue as it does not appear to be applicable to the currently supported ForgeGradle branch (FG_3.0
).
If I am incorrect in this regard, please create a new issue prefixed with [FG_3.0]
and containing:
Note that an ongoing effort to update legacy MinecraftForge branches to utilize FG_3.0 is ongoing and accepting informed contributions. (For more information join the Discord and read through the #mcpconfig channel)
In my Decomp workspace, DataSerializer.java looks like this:
However, when a CI workspace is used, it looks like this (from a
forgeBin
jar decompiled):