Skip to content

Commit 45c2b19

Browse files
authored
Remove Java 8 targeting
1 parent 71bc3a0 commit 45c2b19

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build.gradle

-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ apply plugin: 'nebula.rxjava-project'
1414
apply plugin: 'kotlin'
1515
apply plugin: 'java'
1616

17-
sourceCompatibility = JavaVersion.VERSION_1_8
18-
targetCompatibility = JavaVersion.VERSION_1_8
19-
2017
dependencies {
2118
compile 'io.reactivex.rxjava2:rxjava:2.0.7'
2219
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"

0 commit comments

Comments
 (0)