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

KT-64377 - remove gradle wrapper files for integration test projects #3418

Merged
merged 2 commits into from
Dec 19, 2023
Merged

KT-64377 - remove gradle wrapper files for integration test projects #3418

merged 2 commits into from
Dec 19, 2023

Conversation

adam-enko
Copy link
Member

The wrapper files are large and take up space. The projects are tested using Gradle TestKit, which does not use the wrapper files. They can be deleted, which will make the project smaller in size, and copying the projects into temporary directories will be faster.

@adam-enko adam-enko changed the title remove gradle wrapper files for integration test projects KT-64377 - remove gradle wrapper files for integration test projects Dec 19, 2023
@adam-enko adam-enko merged commit c31dd23 into Kotlin:KT-64377/update-integration-test-build-config Dec 19, 2023
6 checks passed
@adam-enko adam-enko requested a review from Tapchicoma December 19, 2023 12:19
adam-enko added a commit that referenced this pull request Jan 19, 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)
@adam-enko 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
Labels
infrastructure Everything related to builds tools, CI configurations and project tooling
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants