Build tweaks (#628)

JDK smoke tester says corretto didn't like the 2.8.0 version, so roll it back.

Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
pull/2/head
Danno Ferrin 6 years ago committed by GitHub
parent b0676b264b
commit 8133e40a73
  1. 2
      build.gradle

@ -21,7 +21,7 @@ plugins {
id 'io.spring.dependency-management' version '1.0.6.RELEASE'
id 'me.champeau.gradle.jmh' version '0.4.8' apply false
id 'net.ltgt.errorprone' version '0.6.1'
id 'net.researchgate.release' version '2.8.0'
id 'net.researchgate.release' version '2.7.0'
}
group = 'tech.pegasys.pantheon'

Loading…
Cancel
Save