Description: Removing gversion-plugin, which expects the source to be in git
 repository.
Author: Andrius Merkys <merkys@debian.org>
--- a/build.gradle
+++ b/build.gradle
@@ -1,13 +1,3 @@
-plugins {
-    id "com.peterabeles.gversion" version "1.4.1"
-}
-
-gversion {
-    srcDir = "main/ejml-core/src"
-    classPackage = "org.ejml"
-    className = "EjmlVersion"
-}
-
 allprojects {
     apply plugin: 'idea'
     apply plugin: 'eclipse'
@@ -239,8 +229,6 @@
     gradleVersion = '4.10.2'
 }
 
-project(':main:ejml-core').compileJava.dependsOn(createVersionFile)
-
 // Disable the creation of jars for distribution.  If you don't do this it will crash
 [':main',':main:autocode'].each {String a ->
     project(a) {
