Skip to content

Commit

Permalink
Revert Post request to BFD
Browse files Browse the repository at this point in the history
  • Loading branch information
smirnovaae committed Jan 14, 2025
1 parent 0c53022 commit 951c93e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ subprojects {

jar {
processResources.exclude('checkstyle.xml')
// classifier "main".equalsIgnoreCase(gitBranch()) || "main".equalsIgnoreCase(System.getenv('BRANCH_NAME')) ? "" : "SNAPSHOT"
// out.println("**** building branch - " + gitBranch() + ", classifier - " + classifier + " - CI branch - " + System.getenv('BRANCH_NAME'))
classifier "main".equalsIgnoreCase(gitBranch()) || "main".equalsIgnoreCase(System.getenv('BRANCH_NAME')) ? "" : "SNAPSHOT"
out.println("**** building branch - " + gitBranch() + ", classifier - " + classifier + " - CI branch - " + System.getenv('BRANCH_NAME'))
}

test {
Expand All @@ -174,7 +174,7 @@ subprojects {

jacocoTestReport {
reports {
// xml.enabled true
xml.enabled true
}
}

Expand Down

0 comments on commit 951c93e

Please sign in to comment.