Skip to content

Remove duplicates from the build files #268

@mmvpm

Description

@mmvpm

Description

It is better to take out the common parts from build.gradle files to avoid duplication.

We have the code below in several build files, but it can be written once in the root build.gradle file.

publishing { repositories { maven { name = "GitHubPackages" url = "https://maven.pkg.github.com/UnitTestBot/UTBotJava" credentials { username = System.getenv("GITHUB_ACTOR") password = System.getenv("GITHUB_TOKEN") } } } }

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions