diff --git a/build.gradle b/build.gradle index e4d178118c..944637ef2f 100644 --- a/build.gradle +++ b/build.gradle @@ -4,6 +4,16 @@ // @author: Paulo Dias // ///////////////////////////////////////////////////////////////////// +buildscript { + dependencies { + // Temporary fix for the gorylenko v2.3.1 plugin + classpath ('org.eclipse.jgit:org.eclipse.jgit:') { + version { + strictly '5.13.0.202109080827-r' + } + } + } +} plugins { id 'java' //apply false id 'application'