Skip to content

Commit 1a15168

Browse files
committed
update readme and travis
1 parent 00a8451 commit 1a15168

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,4 @@ jdk:
88
- oraclejdk9
99
- oraclejdk8
1010
- openjdk7
11-
matrix:
12-
allow_failures:
13-
- jdk: openjdk7
1411
script: mvn clean verify

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ To test the code locally, follow the steps below:
5050
1. cd to the project directory
5151
2. Run the command: `mvn install` - this will run the unit test, build the project and generate data, devkit, qbapihelper(OAuth1.0a), oauth2-platform(OAuth2) jars
5252

53-
Note:
54-
- To build out individual components such as ipp-v3-java-data.jar or ipp-v3-java-devkit.jar, remove parent dependency from the pom.xml of the respective projects and run maven install on the individual project folders.
55-
- As of version 6.0.0 test classes for ipp-v3-java-devkit won't compile with Java7.
53+
Note: To build out individual components such as ipp-v3-java-data.jar or ipp-v3-java-devkit.jar, remove parent dependency from the pom.xml of the respective projects and run maven install on the individual project folders.
5654

5755
## Release Notes
5856
Refer to [Java SDK Release Notes](https://developer.intuit.com/docs/0100_quickbooks_online/0400_tools/0005_sdks/0200_java/0080_quickbooks_java_sdk_release_notes).

0 commit comments

Comments
 (0)