Skip to content

Commit 676e6bd

Browse files
authored
Target java 8 for agent. (#20)
1 parent 9210f37 commit 676e6bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

otelagent/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ plugins {
2121
}
2222

2323
java {
24-
sourceCompatibility = JavaVersion.VERSION_1_7
25-
targetCompatibility = JavaVersion.VERSION_1_7
24+
sourceCompatibility = JavaVersion.VERSION_1_8
25+
targetCompatibility = JavaVersion.VERSION_1_8
2626
}
2727

2828
base {

0 commit comments

Comments
 (0)