Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Gradle toolchain setup. #1294

Merged
merged 3 commits into from
Dec 1, 2021

Conversation

Tapchicoma
Copy link
Collaborator

@Tapchicoma Tapchicoma commented Nov 30, 2021

Description

  • Unify Kotlin setup via compiler plugin and use jvm toolchain with configured language version 8.
  • Add tasks to run additionally tests on JDK 11 - "testOnJdk11"
  • Change CI setup to not use java versions matrix - JDK 11 will be auto-provisioned by Gradle itself
  • Update Dokka to 1.6.0 version (previous version caused issues on CI run)

Checklist

  • tests are added
  • CHANGELOG.md is updated

Configure project to use JDK 1.8 toolchain to compile itself and run the tests.
This task utilizes toolchain feature. CI was updated to run only on agents with JDK 1.8 preinstalled. JDK 11 will be installed by Gradle.
@shashachu shashachu merged commit 1e7cf75 into pinterest:master Dec 1, 2021
@Goooler Goooler mentioned this pull request Jan 29, 2023
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants