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 - Gradle defaults props should not ignore deprecated build-inf… #590

Merged
merged 4 commits into from
Dec 27, 2021

Conversation

Or-Geva
Copy link
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
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