We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9071678 commit de534d3Copy full SHA for de534d3
build.gradle
@@ -8,6 +8,8 @@ subprojects {
8
9
apply plugin: 'java-library'
10
11
+ java.toolchain.languageVersion = JavaLanguageVersion.of(8)
12
+
13
ext {
14
junitVersion = '5.8.2' // https://search.maven.org/artifact/org.junit.jupiter/junit-jupiter-api
15
logbackVersion = '1.2.7' // https://search.maven.org/artifact/ch.qos.logback/logback-core
0 commit comments