Repository: incubator-freemarker-online-tester Updated Branches: refs/heads/master 70bfe6a0d -> b36375752
added the build status and edited the jdk 7 from read me Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-online-tester/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-online-tester/commit/823b5932 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-online-tester/tree/823b5932 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-online-tester/diff/823b5932 Branch: refs/heads/master Commit: 823b59327e76d5102d9763e3956e3dd59d7be54a Parents: 70bfe6a Author: Pradeep Murugesan <[email protected]> Authored: Fri May 5 06:10:23 2017 +0200 Committer: Pradeep Murugesan <[email protected]> Committed: Fri May 5 06:10:23 2017 +0200 ---------------------------------------------------------------------- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker-online-tester/blob/823b5932/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 95e72c7..a770d66 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ ``` -freemarker-online +freemarker-online [](https://travis-ci.org/apache/incubator-freemarker-online-tester) ==================== freemarker-online is a tool for any freemarker users to evalaute their freemarker expressions with an input. @@ -29,7 +29,7 @@ For a deployed version of this tool you can visit http://freemarker-online.kensh Development Instuctions ------------------------ * Clone the repository to a local directory -* Run "./gradlew build" from the cloned directory (use JDK 7, not 8!) +* Run "./gradlew build" from the cloned directory (use JDK 8) * If you want to run it using IDEA run "./gradlew cleanidea idea" - this will generate the IDEA project for you. * For running the software from a command line, build `fatJar` (not `jar`) and then just hit "java -jar build/libs/freemarker-online-0.1.undef.jar server src/main/resources/freemarker-online.yml"
