When I uncomment " makeObfSourceJar = false " it breaks my build.gradle and I get this exception:
* Exception is:
org.gradle.api.GradleScriptException: A problem occurred evaluating root project 'Athena'.
Caused by: groovy.lang.MissingPropertyException: makeObfSourceJar
at net.minecraftforge.gradle.common.util.MinecraftExtension.propertyMissing(MinecraftExtension.java:66)
at build_6kionc3fx7pg56m9n6eppu3gh$_run_closure1.doCall(D:\Athena\build.gradle:31)
at build_6kionc3fx7pg56m9n6eppu3gh.run(D:\Athena\build.gradle:23)