mirror of
https://github.com/corda/corda.git
synced 2024-12-20 05:28:21 +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: 'kotlin'
|
||||||
apply plugin: 'org.jetbrains.dokka'
|
apply plugin: 'org.jetbrains.dokka'
|
||||||
|
|
||||||
|
allprojects {
|
||||||
|
sourceCompatibility = 1.8
|
||||||
|
targetCompatibility = 1.8
|
||||||
|
}
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
ext.kotlin_version = '1.0.0-beta-2423'
|
ext.kotlin_version = '1.0.0-beta-2423'
|
||||||
repositories {
|
repositories {
|
||||||
|
Loading…
Reference in New Issue
Block a user