Yahav Itschak

Results 176 comments of Yahav Itschak

@KlaudWerk Thank you for using the Gradle Artifactory plugin. The root cause of this behavior is the [Maven Snapshot Version Behavior](https://jfrog.com/help/r/jfrog-artifactory-documentation/additional-settings-for-maven/gradle/ivy/sbt-local-repositories) feature in the local snapshots Artifactory repository. By default,...

@KlaudWerk Could you please try adding `clean` before `artifactoryPublish` (`clean artifactoryPublish`)? It’s possible that Gradle is skipping the deployment task because it detects no changes.

@KlaudWerk Could you try running the command with the `--console=plain` flag? You should see the "jar" task listed. If it appears as `UP-TO-DATE`, it means the jar wasn't created, which...

@chrisipa @TIBCOrkrajews, Thanks for reporting this issue. Jenkins Artifactory plugin 3.16.0 was released today. In this release, we added an improvement to the URL encoding: https://github.com/jfrog/build-info/pull/619/files#diff-a361bcc6d415da381942421918f3776518fdbf273962c85a625e282b29e238dfR89 Feel free to upgrade...

@8L4ckc0FF33, Thanks for reporting this issue. We are looking into it. We'll keep you updated about that issue here.

@BlueVirusX Thank you for reporting this issue. https://github.com/jfrog/artifactory-gradle-plugin/pull/118 is intended to modify the resolution repositories only if a resolution server is configured by the JFrog CLI. Could you please provide...