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

Could not set unknown property 'maven' #783

Closed
awebbers opened this issue Feb 6, 2024 · 1 comment
Closed

Could not set unknown property 'maven' #783

awebbers opened this issue Feb 6, 2024 · 1 comment
Labels
question Further information is requested

Comments

@awebbers
Copy link

awebbers commented Feb 6, 2024

Hi team,

I'm working on a project using Java 17, Gradle 7.6.1, and trying to upgrade the com.jfrog.artifactory plugin from 4.33.1 to the latest 5.1.14.
Unfortunately when I try to build my project I get the following error:
Caused by: groovy.lang.MissingPropertyException: Could not set unknown property 'maven' for object of type org.jfrog.gradle.plugin.artifactory.dsl.PublisherConfig$Repository

I'm looking to see if there is a way I can get around this or if I will need to stay on 4.33.1 for a while. My build.gradle is fairly simple with some plugins, dependencies, and the following repository declaration:
repositories {
mavenCentral()
}

Thank you for any help you can provide!

@awebbers awebbers added the question Further information is requested label Feb 6, 2024
@awebbers
Copy link
Author

I upgraded my project to gradle 8.6 and used artifactory plugin 5.2.0 and the issue seems to be resolved. Closing the question.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant