Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

description in intellijPlatform.pluginConfiguration Appends to description in plugin.xml Instead of Replacing It #1744

Closed
pwddd opened this issue Aug 22, 2024 · 1 comment
Labels
Milestone

Comments

@pwddd
Copy link

pwddd commented Aug 22, 2024

What happened?

when testing the use of the description field in intellijPlatform.pluginConfiguration. Instead of replacing the existing content within the tag in plugin.xml, the new content is appended to the existing description. This results in the original description not being fully replaced as intended.

Relevant log output or stack trace

No response

Steps to reproduce

  1. My build.gradle.kts:
    image
  2. My plugin.xml:
    image
  3. My Plugin Info:
    image

Gradle IntelliJ Plugin version

2.0.1

Gradle version

8.10

Operating System

Windows

Link to build, i.e. failing GitHub Action job

No response

@pwddd pwddd added the bug label Aug 22, 2024
@hsz hsz added this to the next milestone Sep 3, 2024
hsz added a commit that referenced this issue Sep 3, 2024
@hsz
Copy link
Member

hsz commented Sep 3, 2024

Thank you for reporting, @pwddd!

@hsz hsz closed this as completed Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants