C. Vincent

Results 9 comments of C. Vincent

This was found when trying to get dependencies updated in a project with an urgent release. I just haven't had time yet, please re-open.

Sorry about the nested folder, I just slapped this together quickly... Based on the Gradle template, just added Spotbugs and Changelog Plugin. With Changelog Plugin enabled (including 1.57 in this...

Ah, so I did. I started from scratch rather than use the project from work to be sure it wasn't something odd in the project setup and made something odd...

Could be, though that was supposed to be fixed in Spotbugs Plugin 1.6.5, and this is reproducible using both 1.7.1 and 2.0.0.

With the CurseForge API issue, this is even more critical. I just lost my testing world and a pile of screenshots of an in-progress build because one of the mods...

When it happened to me, I restored the folder from my cloud backup.

> I am disgusted I just lost my save this way. Is there really no way to get it back? My backup software (CrashPlan) had a copy of my instance...

Follow-up: I manually bumped the version in `pipeline-state` and got this: ``` bumped locally from 1.1.3-pr.project-pr-chad-pipeline-test.2 to 1.1.3-pr.project-pr-chad-pipeline-test.1 ``` But if I switch the period in the `pre` to a...

Using the hyphen requires some `sed` work on both sides, as most of our other tools took the [semver spec](https://semver.org/#spec-item-9) on pre-release notation rather literally, and are expecting the period.