Downgrade org.ajoberstar.grgit to 4.0.2 for JVM

It looks like something has been changed in the transitive dependencies of the plugin:
```
org/eclipse/jgit/storage/file/FileRepositoryBuilder has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
```

* Try to downgrade to see and effect without moving to Java 11
This commit is contained in:
Artem Bilan
2021-12-07 12:34:04 -05:00
parent ad159df647
commit 2c0663203e

View File

@@ -14,7 +14,7 @@ buildscript {
plugins {
id 'org.sonarqube' version '2.8'
id 'io.spring.nohttp' version '0.0.5.RELEASE' apply false
id 'org.ajoberstar.grgit' version '4.1.0'
id 'org.ajoberstar.grgit' version '4.0.2'
id "io.spring.dependency-management" version '1.0.10.RELEASE'
id 'com.jfrog.artifactory' version '4.18.0' apply false
id 'org.jetbrains.dokka' version '0.10.1'