Skip to content

Commit

Permalink
Make api/protocol/client target Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
bsideup committed Jul 4, 2019
1 parent 676e55d commit 2079ab1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@

sourceCompatibility = targetCompatibility = 8

dependencies {
compileOnly 'org.projectlombok:lombok'

Expand Down
3 changes: 3 additions & 0 deletions client/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@

sourceCompatibility = targetCompatibility = 8

dependencies {
compileOnly 'org.projectlombok:lombok'

Expand Down
2 changes: 2 additions & 0 deletions protocol/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ plugins {

apply plugin: "com.google.protobuf"

sourceCompatibility = targetCompatibility = 8

protobuf {
protoc {
artifact = 'com.google.protobuf:protoc'
Expand Down

0 comments on commit 2079ab1

Please sign in to comment.