Before the update to Gradle (step one) and the replacement of the build file (step 2) "gradlew shadowjar" would delete all versions of the kolmafia jar file except the one just created.
After I updated to step one and built I had two jar files, one of which I manually deleted. I upgraded to step two and had two jar files. I switched to build from main and now have three files - the one I built with step 1 only yesterday, and the ones I built after step 2 today.
I consider the change of behavior a bug since I deliberately do not want or keep multiple versions locally
After I updated to step one and built I had two jar files, one of which I manually deleted. I upgraded to step two and had two jar files. I switched to build from main and now have three files - the one I built with step 1 only yesterday, and the ones I built after step 2 today.
I consider the change of behavior a bug since I deliberately do not want or keep multiple versions locally
