Skip to content

Commit

Permalink
Added missing source version info to build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
ishantheperson committed Apr 3, 2020
1 parent 6747ebc commit 0ca100f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Obsidian_Runtime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ repositories {
}
}

sourceCompatibility = 1.8
targetCompatibility = 1.8

dependencies {
Expand All @@ -34,4 +35,4 @@ publishing {
url '../docs/repository'
}
}
}
}
1 change: 1 addition & 0 deletions fabric/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ group 'org.hyperledger.fabric-chaincode-java'
version '1.0-SNAPSHOT'

sourceCompatibility = 1.8
targetCompatibility = 1.8

repositories {
maven {
Expand Down

0 comments on commit 0ca100f

Please sign in to comment.