This project was generated with OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.8+10) version 11.0.8.
The project entails encryption of strings by shifting characters a specified number of times to the left or the right. This can still be deciphered back to the original state.
Run java cipher.java for a dev enviroment. The app will automatically reload if you change any of the source files.
Build on Gradle and Groovy for tests.
Run build.test to execute the unit tests via Groovy.
https://services.gradle.org/distributions/gradle-5.2.1-bin.zip to execute the end-to-end tests via Junit.
2020