diff --git a/.gitignore b/.gitignore index 39caed47..43e2f40d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ /build/ /.gradle/ /.idea/ -/.nb-gradle/ \ No newline at end of file +/.nb-gradle/ +/bin/ +/.settings/ +/.classpath +/.project diff --git a/build.gradle b/build.gradle index 6d331ab6..959deb75 100644 --- a/build.gradle +++ b/build.gradle @@ -62,8 +62,8 @@ dependencies { testCompile group: 'junit', name: 'junit', version: '4.+' - compile group: 'eu.mihosoft.ext.org.fxyz', name: 'extfxyz', version: '0.4' - compile group: 'eu.mihosoft.ext.org.fxyz', name: 'extfxyz', version: '0.4', classifier: 'sources' + // compile group: 'eu.mihosoft.ext.org.fxyz', name: 'extfxyz', version: '0.4' + //compile group: 'eu.mihosoft.ext.org.fxyz', name: 'extfxyz', version: '0.4', classifier: 'sources' compile group: 'eu.mihosoft.vvecmath', name: 'vvecmath', version: '0.3.8' compile group: 'eu.mihosoft.vvecmath', name: 'vvecmath', version: '0.3.8', classifier: 'sources' compile 'org.slf4j:slf4j-simple:1.6.1'