Skip to content

Commit 1275c9c

Browse files
Update to use java 1.7 (#208)
* update to use java 1.7 * add note in readme about source and target compatibility
1 parent 1c63a01 commit 1275c9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This repository houses the Java SDK for Optimizely's Full Stack product.
1111

1212
#### Gradle
1313

14-
The SDK is available through Bintray. The core-api and httpclient Bintray packages are [optimizely-sdk-core-api](https://bintray.com/optimizely/optimizely/optimizely-sdk-core-api)
14+
The SDK is available through Bintray and is created with source and target compatibility of 1.7. The core-api and httpclient Bintray packages are [optimizely-sdk-core-api](https://bintray.com/optimizely/optimizely/optimizely-sdk-core-api)
1515
and [optimizely-sdk-httpclient](https://bintray.com/optimizely/optimizely/optimizely-sdk-httpclient) respectively. To install, place the
1616
following in your `build.gradle` and substitute `VERSION` for the latest SDK version available via Bintray:
1717

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ subprojects {
5050
apply plugin: 'me.champeau.gradle.jmh'
5151
apply plugin: 'nebula.optional-base'
5252

53-
sourceCompatibility = 1.6
54-
targetCompatibility = 1.6
53+
sourceCompatibility = 1.7
54+
targetCompatibility = 1.7
5555

5656
repositories {
5757
jcenter()

0 commit comments

Comments
 (0)