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

Invalid plugin descriptor for spotless-maven-plugin:1.25.0 #470

Closed
6 tasks done
pzygielo opened this issue Oct 7, 2019 · 3 comments
Closed
6 tasks done

Invalid plugin descriptor for spotless-maven-plugin:1.25.0 #470

pzygielo opened this issue Oct 7, 2019 · 3 comments
Assignees
Labels

Comments

@pzygielo
Copy link
Contributor

pzygielo commented Oct 7, 2019

Previously - similar raised #388

  • summary of problem
[ERROR] Invalid plugin descriptor for com.diffplug.spotless:spotless-maven-plugin:1.25.0 (.../.m2/repository/com/diffplug/spotless/spotless-maven-plugin/1.25.0/spotless-maven-plugin-1.25.0.jar), Plugin's descriptor contains the wrong version: 1.24.3
  • gradle or maven version: maven
  • spotless version: 1.25.0
  • operating system and version: N/A
  • copy-paste your full Spotless configuration block(s), and a link to a public git repo that reproduces the problem if possible: N/A
  • copy-paste the full content of any console errors emitted by gradlew spotless[Apply/Check] --stacktrace: N/A
@pzygielo
Copy link
Contributor Author

pzygielo commented Oct 7, 2019

Hmmm...

$ wget http://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-maven-plugin/1.24.3/spotless-maven-plugin-1.24.3.jar
$ wget http://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-maven-plugin/1.25.0/spotless-maven-plugin-1.25.0.jar
$ sha1sum spotless-maven-plugin-1.2*
f2faed4a554737fb771ef768e1c607be9db4432f  spotless-maven-plugin-1.24.3.jar
f2faed4a554737fb771ef768e1c607be9db4432f  spotless-maven-plugin-1.25.0.jar
$ wget "https://bintray.com/diffplug/opensource/download_file?file_path=com%2Fdiffplug%2Fspotless%2Fspotless-maven-plugin%2F1.25.0%2Fspotless-maven-plugin-1.25.0.jar" -O frombintray.jar
$ sha1sum frombintray.jar 
f2faed4a554737fb771ef768e1c607be9db4432f  frombintray.jar

@nedtwigg
Copy link
Member

nedtwigg commented Oct 7, 2019

Fix published in 1.25.1.

@nedtwigg nedtwigg closed this as completed Oct 7, 2019
@pzygielo
Copy link
Contributor Author

pzygielo commented Oct 8, 2019

Fix published in 1.25.1.

Thanks!

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

No branches or pull requests

2 participants