Windows Dev Environment Setup 2020 - fod-dev/fod-uploader-java GitHub Wiki
Java
Download and install latest JDK Java SE 8u*** version from this link.
Note: Later versions didn't have internal JRE provided with the install. If you have time to research or know how to reference JRE from the more recent JDK please update this page with that information.
Create env variable JAVA_HOME pointing to JDK full folder path.
Building FoD Uploader
Build FodUpload.jar file using .\gradlew.bat. Even though ReadMe file mentions to use .\gradlew.bat -I init.gradle build, it produced a smaller size file with missing references that caused an error when running the jar file.
Note: Please update this, if you know the cause of that issue.
Jar file can be found in build/libs folder.
Note: I had to delete build folder in order to gen a new file. Please update this, if you know how to replace the old file.