PicnicSupermarket / error-prone-support

Error Prone extensions: extra bug checkers and a large battery of Refaster rules.
https://error-prone.picnic.tech
MIT License
190 stars 36 forks source link

workshop branch; Could not find artifact error-prone-support:pom:0.14.1-SNAPSHOT #1124

Closed tubbynl closed 6 months ago

tubbynl commented 6 months ago

Describe the bug

As part of the preparation for the workshop i was cloning this repo and setting up versions and stuff.

Requirements (Important: make sure you have this ready on your laptop before the start of the workshop):

Minimal Reproducible Example

Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: 
The following artifacts could not be resolved: 
tech.picnic.error-prone-support:error-prone-support:pom:0.14.1-SNAPSHOT (absent): 

Setup

mvn -v
Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
Maven home: ~/.sdkman/candidates/maven/3.9.6
Java version: 17.0.9, vendor: Eclipse Adoptium, runtime: ~/.sdkman/candidates/java/17.0.9-tem
Default locale: nl_NL, platform encoding: UTF-8
OS name: "mac os x", version: "14.4.1", arch: "aarch64", family: "mac"

Additional context

This will probably be something other people also run in to for the meetup https://www.meetup.com/codelabjug/events/299169758/

TomKeur commented 6 months ago

It seems this have been fixed 👍

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Picnic :: Error Prone Support 0.16.2-SNAPSHOT:
[INFO]
[INFO] Picnic :: Error Prone Support ...................... SUCCESS [  2.625 s]
[INFO] Picnic :: Error Prone Support :: Documentation Support SUCCESS [  6.415 s]
[INFO] Picnic :: Error Prone Support :: Utils ............. SUCCESS [  3.968 s]
[INFO] Picnic :: Error Prone Support :: Refaster Support .. SUCCESS [  4.220 s]
[INFO] Picnic :: Error Prone Support :: Refaster Compiler . SUCCESS [  1.147 s]
[INFO] Picnic :: Error Prone Support :: Refaster Runner ... SUCCESS [  3.785 s]
[INFO] Picnic :: Error Prone Support :: Refaster Test Support SUCCESS [  3.573 s]
[INFO] Picnic :: Error Prone Support :: Contrib ........... SUCCESS [ 19.641 s]
[INFO] Picnic :: Error Prone Support :: Experimental ...... SUCCESS [  3.345 s]
[INFO] Picnic :: Error Prone Support :: Guidelines ........ SUCCESS [  3.383 s]
[INFO] Picnic :: Error Prone Support :: Workshop .......... SUCCESS [  2.645 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  54.854 s
[INFO] Finished at: 2024-04-05T12:20:31+02:00
[INFO] ------------------------------------------------------------------------
rickie commented 6 months ago

Hi @tubbynl, thanks for reporting the issue!

Indeed as @TomKeur mentioned by now this is fixed. Here we were still referencing an old version because of me making a mistake with rebasing.