Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
NipunaMadhushan committed Jul 12, 2024
1 parent 7e8c644 commit aecbfbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ballerina/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ tasks.withType(PublishToMavenRepository) { task ->
if (task.state.failure?.cause?.message?.contains('409')) {
logger.warn("409 Conflict encountered for ${task.publication.groupId}:${task.publication.artifactId}:${task.publication.version}. Skipping publication.")
task.state.outcome = TaskOutcome.SKIPPED
task.state.failure = null
}
}
}
Expand Down

0 comments on commit aecbfbb

Please sign in to comment.