You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: