Skip to content

Commit

Permalink
Deploying xodus-tools in repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii0lomakin committed Aug 29, 2024
1 parent aadcf74 commit 2f8f377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ subprojects {
}

afterEvaluate { project ->
if (shouldDeploy(project) && !(isDailyBuild && project.name == 'tools')) {
if (shouldDeploy(project)) {
publishing {
repositories {
maven {
Expand Down

0 comments on commit 2f8f377

Please sign in to comment.