Skip to content

Commit 38a701e

Browse files
Remove hard-coded Java 7
1 parent 93b3f75 commit 38a701e

3 files changed

Lines changed: 2 additions & 12 deletions

File tree

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
sudo: false
21
language: android
3-
jdk:
4-
- oraclejdk7
2+
jdk: oraclejdk8
53

64
# http://docs.travis-ci.com/user/languages/android/
75
android:
86
components:
97
- tools
108
- build-tools-25.0.2
11-
- android-10
9+
- android-25
1210
- extra-android-m2repository
1311

1412
before_script:

EventBusTest/build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ buildscript {
1010

1111
apply plugin: 'com.android.application'
1212

13-
sourceCompatibility = 1.7
14-
1513
repositories {
1614
jcenter()
1715
}
@@ -30,11 +28,6 @@ android {
3028
}
3129
}
3230

33-
compileOptions {
34-
sourceCompatibility = JavaVersion.VERSION_1_7
35-
targetCompatibility = JavaVersion.VERSION_1_7
36-
}
37-
3831
sourceSets {
3932
main {
4033
manifest.srcFile 'AndroidManifest.xml'

EventBusTestSubscriberInJar/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ apply plugin: 'java'
22

33
group = 'de.greenrobot'
44
version = '3.0.0'
5-
sourceCompatibility = 1.7
65

76
repositories {
87
jcenter()

0 commit comments

Comments
 (0)