Skip to content

Dependency versions unification #1368

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

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

tamarinvs19
Copy link
Collaborator

@tamarinvs19 tamarinvs19 commented Nov 14, 2022

Description

There are different version of packages in different modules, different format, sometimes it is in build.gradle, sometimes it is in gradle.properties and are used as variable.

I unify format to

group: '<smt>', name: '<smth>', version: '<smth>'

And move all version to gradle.properties from project root.

Type of Change

  • Refactoring

How Has This Been Tested?

Manual Scenario

Build / run project

Checklist (remove irrelevant options):

  • The change followed the style guidelines of the UTBot project
  • Self-review of the code is passed
  • The change contains enough commentaries, particularly in hard-to-understand areas
  • No new warnings
  • All tests pass locally with my changes

Sorry, something went wrong.

@tamarinvs19 tamarinvs19 added the ctg-refactoring Issue related to refactoring process label Nov 15, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
tamarinvs19 and others added 3 commits December 12, 2022 04:23

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@denis-fokin denis-fokin marked this pull request as draft December 15, 2022 12:05

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ctg-refactoring Issue related to refactoring process
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants