Closed chenrui333 closed 1 year ago
aspect-#{version}.jar
You probably mean aspectj-#{version}.jar
with a "j" in the middle. Actually, not the (Maven) artifact name has changed, it was always installer
. What has changed is that I forgot to manually rename it during the upload to the GitHub release. Good catch, though. 👏🙂
I have just renamed the file, it should be OK now.
aspect-#{version}.jar
You probably mean
aspectj-#{version}.jar
with a "j" in the middle. Actually, not the (Maven) artifact name has changed, it was alwaysinstaller
. What has changed is that I forgot to manually rename it during the upload to the GitHub release. Good catch, though. 👏🙂I have just renamed the file, it should be OK now.
yeah, aspectj
not aspect
. Thanks for the rename!!
👋 it looks like the artifact name got changed from
aspect-#{version}.jar
intoinstaller-#{version}.jar
. Wouldn'taspect-#{version}.jar
be better? Thanks!