This project aims at providing a jar file library that capitalize entire strings (all word of the input string are capitalized).
The project has a dependency on Guava and on Junit4 for testing.
This project does not respect any layout convention. Its build class explicitly describes the whole build as we do with ANT.
jeka intellij: iml
If you want to only produce the jar without running tests, execute :
jeka compile jar
If you want the junit test to be run in a forked process, execute :
jeka compile junit forkTest=true
To full build the project, execute
jeka build
Execute Tasks
class found at build/def/Tasks.java or