Skip to content
This repository was archived by the owner on Nov 23, 2024. It is now read-only.

Commit 2f48436

Browse files
authored
Target Java 8 (#295)
1 parent 2746f7b commit 2f48436

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ plugins {
33
id 'com.gradle.plugin-publish' version '0.20.0'
44
}
55

6-
sourceCompatibility = '11'
7-
targetCompatibility = '11'
6+
sourceCompatibility = '1.8'
7+
targetCompatibility = '1.8'
88

99
repositories {
1010
mavenCentral()

0 commit comments

Comments
 (0)