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 has been archived by the owner on Jul 22, 2020. It is now read-only.
Kotlin 1.1+ and KotlinTest 2.x requires JDK 8 to compile, but it can set to target Java 7 bytecode. Splitting Travis CI pipeline into stages, it will allow the library to be compiled with an up-to-date version of Kotlin whilst maintaining Java 7 compatibility.
Compile the code using Java 8 and run integration test in a separate stage using Java 7.
The text was updated successfully, but these errors were encountered:
hhandoko
changed the title
Multi-stage CI to compile Java 8 code with Java 6 target
Multi-stage CI to compile Java 8 code with Java 7 target
Dec 23, 2017
Context
Kotlin 1.1+ and KotlinTest 2.x requires JDK 8 to compile, but it can set to target Java 7 bytecode. Splitting Travis CI pipeline into stages, it will allow the library to be compiled with an up-to-date version of Kotlin whilst maintaining Java 7 compatibility.
Related issues: #35, #58, #59
Refer to Travis CI Build Stages documentation for more information.
Definition of Done
Compile the code using Java 8 and run integration test in a separate stage using Java 7.
The text was updated successfully, but these errors were encountered: