Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix - Missing Gradle build-info props on artifacts #649

Merged
merged 1 commit into from May 12, 2022

Conversation

yahavi
Copy link
Member

@yahavi yahavi commented May 12, 2022

  • All tests passed. If this feature is not already covered by the tests, I added new tests.

Using the Artifactory convention in allProjects{ ... } may cause the artifacts not to have build info properties, such as build.name and build.number:

allProjects {
  artifactory {
  // ...
  }
}

Notice - it is not recommended and not documented to put the artifactory convention in the "allProjects" scope. It should be in the root project:

allProjects {
  // ...
}
artifactory {
  // ...
}

@yahavi yahavi requested a review from eyalbe4 May 12, 2022 11:17
@yahavi yahavi self-assigned this May 12, 2022
@yahavi yahavi merged commit c57d18e into jfrog:master May 12, 2022
@yahavi yahavi deleted the gradle-bi-props branch May 12, 2022 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants