How can i build with 1.12.2 when i use gradlew build in the main directory of the proyect that I downloaded but it compile a version for 1.8 or 1.9.
i change the version in buildgradle.properti to 1.12 and it have problems to compile in the gradlew build like import net.minecraft.util.BlockPos;import net.minecraft.util.IChatComponent;import net.minecraft.network.play.server.S43PacketCamera;