From: Dmitry Fedotov Date: Sat, 26 Feb 2022 18:38:55 +0000 (+0300) Subject: Add groovy configs. X-Git-Url: https://git.dmfe.net/?a=commitdiff_plain;h=99594c2eb0b56a91ef48c1934d739303030064f8;p=dotfiles Add groovy configs. --- diff --git a/groovy/groovy.sh b/groovy/groovy.sh new file mode 100755 index 0000000..afca181 --- /dev/null +++ b/groovy/groovy.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +${GROOVY_HOME}/bin/groovy $* + diff --git a/shell/init_scripts/java.mrc b/shell/init_scripts/java.mrc index 2e80e5a..2a1e750 100644 --- a/shell/init_scripts/java.mrc +++ b/shell/init_scripts/java.mrc @@ -1,3 +1,4 @@ # /etc/skel/.javarc export JAVA_HOME="/usr/lib/jvm/jdk-11" +export GROOVY_HOME="/opt/groovy/groovy-2.5.15" export GRADLE_HOME="/opt/gradle/gradle-6.4.1"