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
Please update the plugin version in the gradle plugin site too.
Seems the github gradle workflow can't find the newest version.
Steps:
Have plugins imported in your build file
plugins {
id("java")
id("maven-publish")
id("signing")
id("com.github.johnrengelman.shadow") version "8.1.1"
id("com.vanniktech.maven.publish") version "0.28.0"
}
Use gradle workflow that will build the project
Voila... Error!!
Current Version says 0.28.0 but it is 0.13.0 there. Source :Site
Error :
Could not resolve com.vanniktech:gradle-maven-publish-plugin:0.28.0.
Required by:
project : > com.vanniktech.maven.publish:com.vanniktech.maven.publish.gradle.plugin:0.28.0
> No matching variant of com.vanniktech:gradle-maven-publish-plugin:0.28.0 was found. The consumer was configured to find a library for use during runtime, compatible with Java 8, packaged as a jar, and its dependencies declared externally, as well as attribute 'org.gradle.plugin.api-version' with value '8.7' but...
The text was updated successfully, but these errors were encountered:
Please update the plugin version in the gradle plugin site too.
Seems the github gradle workflow can't find the newest version.
Steps:
Current Version says 0.28.0 but it is 0.13.0 there.
Source : Site
Error :
The text was updated successfully, but these errors were encountered: