- Notifications
You must be signed in to change notification settings - Fork 45
Closed
Labels
comp-infrastructureInfrastructure issuesInfrastructure issuesctg-refactoringIssue related to refactoring processIssue related to refactoring process
Description
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
comp-infrastructureInfrastructure issuesInfrastructure issuesctg-refactoringIssue related to refactoring processIssue related to refactoring process
Type
Projects
Status
Done