Convert dates to and from Imladris Reckoning (a.k.a. Elvish Calendar) and get current date with sunset sync. Multi-language app, currently available in: English, Spanish, German, Russian & Quenya (regular and Tengwar modes).
- Java Development Kit (JDK) 7 or newer
- Gradle
- For IDE I recommend IntelliJ IDEA
- To build the application:
gradle build
- To run the application (and build):
gradle run
- To compile into a standalone FatJAR:
gradle shadowJar