Skip to content

Commit

Permalink
Merge branch 'main' into fix/WW-5446-jsp-clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart authored Aug 21, 2024
2 parents 5bd7959 + 674d035 commit 9d0ca5d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ notifications:
github:
del_branch_on_merge: true
protected_branches:
master:
main:
# contexts are the names of checks that must pass.
contexts:
- gradle
Expand Down
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ intellij {
"com.intellij.freemarker",
"com.intellij.velocity",
"org.intellij.groovy",
"com.intellij.jsp",
"JavaScript",
"com.intellij.java-i18n"
))
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ pluginManagement {
}
}

rootProject.name = "struts-intellij-plugin"
rootProject.name = "struts"
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<idea-plugin url="https://confluence.jetbrains.com/display/IDEADEV/Struts+2+Plugin+for+IntelliJ+IDEA"
<idea-plugin url="https://struts.apache.org/idea-plugin"
xmlns:xi="http://www.w3.org/2001/XInclude" package="com.intellij.struts2">

<id>com.intellij.struts2</id>
Expand Down

0 comments on commit 9d0ca5d

Please sign in to comment.