Skip to content

Commit

Permalink
build:gradle: Temporary workaround for issue by using java 8 (related…
Browse files Browse the repository at this point in the history
… with 99bc85d and gradle plugin gradle-git-properties).

Not sure when, but just started giving error on the CI.
See n0mer/gradle-git-properties#195.
  • Loading branch information
paulosousadias committed Nov 30, 2021
1 parent 4f4faad commit 36d7ce6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 36d7ce6

Please sign in to comment.