Skip to content

Bugfix - Gradle defaults props should not ignore deprecated build-inf…#590

Merged
Or-Geva merged 4 commits intojfrog:masterfrom
Or-Geva:master
Dec 27, 2021
Merged

Bugfix - Gradle defaults props should not ignore deprecated build-inf…#590
Or-Geva merged 4 commits intojfrog:masterfrom
Or-Geva:master

Conversation

@Or-Geva
Copy link
Copy Markdown
Contributor

@Or-Geva Or-Geva commented Dec 20, 2021

…o properties

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

Build-info properties file may include deprecated properties that have 'artifactory' as their prefix. since Gradle may generate defaults to the none deprecated keys we need to look for the deprecated keys first.

Resolves:

@Or-Geva Or-Geva requested a review from eyalbe4 December 20, 2021 14:44
@Or-Geva Or-Geva merged commit b24ff9c into jfrog:master Dec 27, 2021
}};
// Run Gradle
BuildResult buildResult = runGradle(gradleVersion, extendedEnv, true);
// Check results
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this line is missing below "Check results":

checkBuildResults(artifactoryManager, buildResult, VersionNumber.parse(gradleVersion).getMajor() >= 6, localRepo1);

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.

3 participants