mirror of
https://github.com/corda/corda.git
synced 2024-12-19 21:17:58 +00:00
Minor: set Java 8 as a requirement in gradle build file
This commit is contained in:
parent
5c1e4a0e35
commit
564fce7e99
@ -5,6 +5,11 @@ apply plugin: 'java'
|
||||
apply plugin: 'kotlin'
|
||||
apply plugin: 'org.jetbrains.dokka'
|
||||
|
||||
allprojects {
|
||||
sourceCompatibility = 1.8
|
||||
targetCompatibility = 1.8
|
||||
}
|
||||
|
||||
buildscript {
|
||||
ext.kotlin_version = '1.0.0-beta-2423'
|
||||
repositories {
|
||||
|
Loading…
Reference in New Issue
Block a user