Skip to content

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

Merged
yahavi merged 1 commit intojfrog:masterfrom
yahavi:gradle-bi-props
May 12, 2022
Merged

Bugfix - Missing Gradle build-info props on artifacts#649
yahavi merged 1 commit intojfrog:masterfrom
yahavi:gradle-bi-props

Conversation

@yahavi
Copy link
Copy Markdown
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.

2 participants