Skip to content

Commit 7d6cdaf

Browse files
committed
implement Java plugin
1 parent d559516 commit 7d6cdaf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ buildscript {
99

1010
group = 'io.reactivex.rxjava2'
1111

12-
sourceCompatibility = JavaVersion.VERSION_1_8
13-
targetCompatibility = JavaVersion.VERSION_1_8
1412

1513
apply plugin: 'nebula.rxjava-project'
1614
apply plugin: 'kotlin'
15+
apply plugin: 'java'
16+
17+
sourceCompatibility = JavaVersion.VERSION_1_8
18+
targetCompatibility = JavaVersion.VERSION_1_8
1719

1820
dependencies {
1921
compile 'io.reactivex.rxjava2:rxjava:2.0.7'

0 commit comments

Comments
 (0)