Skip to content

Commit 346ebd7

Browse files
committed
owngrade 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 ``` * Downgrade to see and effect without moving to Java 11
1 parent 7faeceb commit 346ebd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ buildscript {
1414
plugins {
1515
id 'org.sonarqube' version '2.8'
1616
id 'io.spring.nohttp' version '0.0.10' apply false
17-
id 'org.ajoberstar.grgit' version '4.1.0'
17+
id 'org.ajoberstar.grgit' version '4.0.2'
1818
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
1919
id 'com.jfrog.artifactory' version '4.24.20' apply false
2020
id 'org.jetbrains.dokka' version '0.10.1'

0 commit comments

Comments
 (0)