Description: Not compiling the examples.
Author: Andrius Merkys <merkys@debian.org>
--- a/settings.gradle
+++ b/settings.gradle
@@ -7,5 +7,5 @@
 }
 
 include 'main:ejml-core','main:ejml-experimental','main:ejml-ddense','main:ejml-zdense',
-        'main:ejml-simple','examples',"main:ejml-all",'main:ejml-fdense','main:ejml-cdense','main:autocode',
+        'main:ejml-simple',"main:ejml-all",'main:ejml-fdense','main:ejml-cdense','main:autocode',
         'main:ejml-dsparse'
--- a/build.gradle
+++ b/build.gradle
@@ -242,7 +242,7 @@
 project(':main:ejml-core').compileJava.dependsOn(createVersionFile)
 
 // Disable the creation of jars for distribution.  If you don't do this it will crash
-[':main',':examples',':main:autocode'].each {String a ->
+[':main',':main:autocode'].each {String a ->
     project(a) {
         if( project.hasProperty('ossrhUsername') ) {
             signArchives.enabled = false
