Skip to content

Commit dd235df

Browse files
author
Aaron Tull
committed
Fixed gradle build
1 parent f3bf4b3 commit dd235df

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ hs_err_pid*
1616
.project
1717
.settings
1818
.gradle
19+
**/build

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ buildscript {
44
}
55

66
apply plugin: 'rxjava-project'
7+
apply plugin: 'java'
78

89
sourceCompatibility = '1.8'
910

0 commit comments

Comments
 (0)