OSDN Git Service

add gradle setting template
authorHiroshi Miura <miurahr@linux.com>
Wed, 23 Mar 2016 08:34:07 +0000 (17:34 +0900)
committerHiroshi Miura <miurahr@linux.com>
Thu, 24 Mar 2016 14:40:32 +0000 (23:40 +0900)
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
.gitignore
gradle.properties.template [new file with mode: 0644]

index 576ad7c..2199de0 100644 (file)
@@ -5,3 +5,4 @@ build
 .idea
 .jacocoverage
 test2.dict.dz
+gradle.properties
diff --git a/gradle.properties.template b/gradle.properties.template
new file mode 100644 (file)
index 0000000..f544997
--- /dev/null
@@ -0,0 +1,2 @@
+# place ${project.home}/gradle.properties to set JDK7_HOME
+JDK7_HOME=/usr/lib/jvm/java-7-openjdk-amd64