Skip to content

Commit

Permalink
Use a 'git-publish' version compatible with java 8 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmini committed Mar 12, 2022
1 parent 39ecf8d commit 2dc7f1a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
buildscript {
configurations.classpath {
resolutionStrategy {
//This is required by 'git-publish' version '3.0.0':
force 'org.eclipse.jgit:org.eclipse.jgit:5.10.0.202012080955-r'
//This is required by 'grgit' version '4.1.1':
force 'org.eclipse.jgit:org.eclipse.jgit:5.13.0.202109080827-r'
}
}
}

plugins {
id 'com.diffplug.spotless' version '5.1.1' apply false
id 'org.asciidoctor.jvm.convert' version '3.3.0'
id 'org.ajoberstar.git-publish' version '3.0.0'
id 'org.ajoberstar.git-publish' version '3.0.1'
id 'org.ajoberstar.grgit' version '4.1.1'
id 'de.marcphilipp.nexus-publish' version '0.4.0' apply false
id 'net.researchgate.release' version '2.6.0'
id 'io.codearte.nexus-staging' version '0.22.0'
Expand Down

0 comments on commit 2dc7f1a

Please sign in to comment.