Skip to content

Commit

Permalink
Remove hard-coded Java 7
Browse files Browse the repository at this point in the history
  • Loading branch information
friederbluemle committed Feb 13, 2017
1 parent 93b3f75 commit 38a701e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
sudo: false
language: android
jdk:
- oraclejdk7
jdk: oraclejdk8

# http://docs.travis-ci.com/user/languages/android/
android:
components:
- tools
- build-tools-25.0.2
- android-10
- android-25
- extra-android-m2repository

before_script:
Expand Down
7 changes: 0 additions & 7 deletions EventBusTest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ buildscript {

apply plugin: 'com.android.application'

sourceCompatibility = 1.7

repositories {
jcenter()
}
Expand All @@ -30,11 +28,6 @@ android {
}
}

compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_7
targetCompatibility = JavaVersion.VERSION_1_7
}

sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'
Expand Down
1 change: 0 additions & 1 deletion EventBusTestSubscriberInJar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apply plugin: 'java'

group = 'de.greenrobot'
version = '3.0.0'
sourceCompatibility = 1.7

repositories {
jcenter()
Expand Down

0 comments on commit 38a701e

Please sign in to comment.