-
Notifications
You must be signed in to change notification settings - Fork 417
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
KT-64377 - Preparation for Gradle integration test build config refactoring #3422
Merged
adam-enko
merged 7 commits into
master
from
KT-64377/update-integration-test-build-config
Jan 19, 2024
Merged
KT-64377 - Preparation for Gradle integration test build config refactoring #3422
adam-enko
merged 7 commits into
master
from
KT-64377/update-integration-test-build-config
Jan 19, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…3418) * remove Gradle wrapper files for integration test projects * .gitignore Gradle wrapper files
…egration-test-build-config
…ity (#3420) rename 'tryK2' to 'useK2' for integration tests
# Conflicts: # dokka-integration-tests/gradle/projects/it-wasm-basic/gradle.properties
…egration-test-build-config
adam-enko
changed the title
KT-64377 - update Gradle integration test build config
KT-64377 - Preparation for Gradle integration test build config refactoring
Jan 19, 2024
whyoleg
approved these changes
Jan 19, 2024
Tapchicoma
approved these changes
Jan 19, 2024
adam-enko
added
the
infrastructure
Everything related to builds tools, CI configurations and project tooling
label
Jan 22, 2024
vmishenev
pushed a commit
that referenced
this pull request
Mar 20, 2024
…toring (#3422) * KT-64377 - remove gradle wrapper files for integration test projects (#3418) * remove Gradle wrapper files for integration test projects * .gitignore Gradle wrapper files * refactor integration test properties to use DokkaBuildProperties utility (#3420) rename 'tryK2' to 'useK2' for integration tests * disable explicit API mode in non-published integration-test utilities (#3428)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Preparation for updating the build config for the Gradle integration tests to improve Gradle compatibility and test speed.
(originally the plan was to use a 'stacked PRs' approach, but I discussed this with @Tapchicoma and we agreed that changes for KT-64377 can be merged directly into the master branch)
Contains
This PR contains
KT-64377 - automatically download and setup Android SDK in Gradle Integration Test #3419These PRs have already been reviewed individually.