From 99403a42f50d3ff21e3887beba1bf9f91958fbf0 Mon Sep 17 00:00:00 2001 From: Uwe Kubosch Date: Fri, 12 Apr 2024 10:33:40 +0200 Subject: [PATCH] Updated README.md with a link to the reference application. --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3220ad4..8b2c23a 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ https://github.com/DatekWireless/slim-spring-webmvc ## Usage +There is a reference application at https://github.com/DatekWireless/jruby-8178 . + ### build.gradle ```groovy @@ -16,14 +18,9 @@ plugins { id "com.github.jruby-gradle.base" version "2.1.0-alpha.2" } -final String JRUBY_VERSION = '9.4.6.0' - dependencies { implementation 'no.datek:slim-spring-webmvc:0.+' - implementation "org.jruby:jruby:$JRUBY_VERSION" } - -jruby { jrubyVersion JRUBY_VERSION } ``` ### Config/Application