changeset 564:e8280077c2f9 dispose

change gradle for Error:A JNI error has occurred, please check your installation and try again
author Nozomi Teruya <e125769@ie.u-ryukyu.ac.jp>
date Thu, 26 Nov 2015 03:09:14 +0900
parents 9e35b677932b
children fbf3a994071e
files Alice.iml build.gradle
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Alice.iml	Thu Nov 26 03:09:14 2015 +0900
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module version="4">
+  <component name="NewModuleRootManager" inherit-compiler-output="false">
+    <orderEntry type="sourceFolder" forTests="false" />
+  </component>
+</module>
\ No newline at end of file
--- a/build.gradle	Wed Nov 25 20:05:19 2015 +0900
+++ b/build.gradle	Thu Nov 26 03:09:14 2015 +0900
@@ -14,6 +14,7 @@
 }
 
 jar {
+    exclude 'META-INF/*.RSA', 'META-INF/*.SF','META-INF/*.DSA'
     manifest {
         attributes 'Implementation-Title': 'Gradle Quickstart', 'Implementation-Version': version
     }
@@ -22,7 +23,7 @@
 }
 
 ext {
-    mavenRepository = System.getenv()['HOME']+'/Document/workspace/maven'
+    mavenRepository = System.getenv()['HOME']+'/Documents/workspace/maven'
 }
 
 uploadArchives {