Skip to content

Commit 19ef5ca

Browse files
author
Mark Kuhn
authored
Change compatibility to java 1.8 (#124)
* change compatibility to java 1.8 * bump to v4.0.1
1 parent 24077b4 commit 19ef5ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ group "software.amazon.cloudwatchlogs"
2525

2626
allprojects {
2727
compileJava {
28-
sourceCompatibility = JavaVersion.VERSION_11
29-
targetCompatibility = JavaVersion.VERSION_11
28+
sourceCompatibility = JavaVersion.VERSION_1_8
29+
targetCompatibility = JavaVersion.VERSION_1_8
3030
}
3131

32-
version = '4.0.0'
32+
version = '4.0.1'
3333
}
3434

3535
java {

0 commit comments

Comments
 (0)