burtonrhodes commented on PR #7:
URL: 
https://github.com/apache/struts-intellij-plugin/pull/7#issuecomment-2320849858

   Can you bump the IntelliJ version number from 241 -> 242 in 
`build.gradle.kts`?  It won't install as I have the latest version of IntelliJ. 
 Also, is there a way to future proof that `untilBuild.set("242.*")` line?  
Omitting it doesn't seem to help, but maybe put something like 
`untilBuild.set("250.*")`?  It seems unnecessary to have to rebuild/publish the 
entire plugin for small IDE upgrades which they tend to do many times per year.
   
   Lastly, you might consider doing a search/replace for the string "Struts 2" 
in the code base.  Probably more appropriate to display "Struts" to the end 
user instead.
   
   My IntelliJ version
   ```
   IntelliJ IDEA 2024.2.1 (Ultimate Edition)
   Build #IU-242.21829.142, built on August 28, 2024
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to