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

Dependency versions unification #1368

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

@tamarinvs19 tamarinvs19 added the ctg-refactoring Issue related to refactoring process label Nov 15, 2022
@denis-fokin denis-fokin marked this pull request as draft December 15, 2022 12:05
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.

2 participants