You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 18, 2024. It is now read-only.
* dev: (24 commits)
updating files to 0.11.0
Updated tests for Sample Service
adding travis scrip into dev
Dummy commit for testing travis
Added new tests for sample service
adding verbose log level to sample app
Added tests for sample service
updating test app
adding DocLibClient
Added integration tests for mocked service
updating test app to gradle gradle 2.1
upgrading test project
adding source compatibility 1.6 issue #55
updating gradle files to android 1.0 release
adding new tests
adding initial test code sample services
removing old test
adding simple-service
moving unit-test module
Updated files tests
...
* integration: (30 commits)
updating general settings
updating files to 0.11.0
updating test app settings
updating files to 0.11.0
Cleaned imports
Improved tests for sample service comparing request's payloads too
Updated tests for Sample Service
adding travis script into integration branch
adding travis scrip into dev
Dummy commit for testing travis
Added new tests for sample service
adding verbose log level to sample app
Added tests for sample service
updating test app
adding DocLibClient
Added integration tests for mocked service
updating test app to gradle gradle 2.1
upgrading test project
adding source compatibility 1.6 issue #55
updating gradle files to android 1.0 release
...
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Could you add source compatibility 1.6 when building Java libraries? Later on they could be referenced in projects that use JDK 6 to compile.
Currently, the generated jars include .class files with header 'cafe babe 0000 0033 ...' instead of 'cafe babe 0000 0032 ...'
The text was updated successfully, but these errors were encountered: