every time i try to export a mod, it keeps finding "errors" that are non-existent. what do i do?
here is the console:
Parallel execution is an incubating feature.
This mapping 'snapshot_20171003' was designed for MC 1.12! Use at your own peril.
:clean
:deobfCompileDummyTask
:deobfProvidedDummyTask
:sourceApiJava
:compileApiJava UP-TO-DATE
:processApiResources UP-TO-DATE
:apiClasses UP-TO-DATE
:sourceMainJava
Executing gradle command: clean build
:compileJava
BUILD FAILED
Total time: 9.352 secs
Task completed with return code 1 in 12861 milliseconds
Parallel execution is an incubating feature.
This mapping 'snapshot_20171003' was designed for MC 1.12! Use at your own peril.
:clean
:deobfCompileDummyTask
:deobfProvidedDummyTask
:sourceApiJava
:compileApiJava UP-TO-DATE
:processApiResources UP-TO-DATE
:apiClasses UP-TO-DATE
:sourceMainJava
:compileJava
BUILD FAILED
Total time: 8.489 secs
Task completed with return code 1 in 9561 milliseconds
what does this mean?
I have imported your workspace and it worked as it should and exported too. Try to import it yourself, or switch to another workspace and back to this one. This will fix the non-existent errors you are talking about.