Closed nagyesta closed 2 years ago
Hi!
First of all, thank you for opening your first issue. Elementary, we appreciate all feedback that helps us continue improving this plugin.
As this is a community project we can't commit to official due dates for reviews and developing, but we're definitely committed to delivering services, integrations and plugins of top quality.
So please be patient, we will review your issue and get back to you as soon as we can!
Regards, Sherlock Trunks 🐘
I can confirm this issue. Previous version 2.3.0 works.
Hi @nagyesta and @kaklakariada
Thanks for letting us know about this.
Apparently the JAR file was uploaded to the Plugins portal but the POM file didn't.
While this is resolved, version 2.4.0 is available as well in Maven Central which can be setup like this:
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath "org.sonatype.gradle.plugins:scan-gradle-plugin:2.4.0"
}
}
apply plugin: "org.sonatype.gradle.plugins.scan"
hi @guillermo-varela , thank you! I am not in a hurry, the previous version is working fine. Will wait for the next release instead.
Version 2.4.1 has been published into the Gradle plugins portal.
In local tests the download works fine. Please let us know if there are issues using that version :)
https://github.com/sonatype-nexus-community/scan-gradle-plugin/releases/tag/2.4.1
@guillermo-varela : thank you, 2.4.1 works :+1:
Describe the bug When I try to run my CI steps on the Renovate generated branch which is updating to 2.4.0, I am getting this error:
To Reproduce Steps to reproduce the behavior:
Expected behavior The plugin is resolved and working
Screenshots
Desktop (please complete the following information):
Additional context Not a huge issue for me, just wanted to make sure you are aware of the issue.