Skip to content

Commit eddb8e2

Browse files
committed
Added gradlew update action
1 parent 7c8a5b0 commit eddb8e2

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Update Gradle Wrapper
2+
3+
on:
4+
schedule:
5+
- cron: "0 0 * * *"
6+
7+
jobs:
8+
update-gradle-wrapper:
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
- uses: actions/checkout@v2
13+
14+
- name: Update Gradle Wrapper
15+
uses: gradle-update/update-gradle-wrapper-action@v1

src/main/resources/META-INF/plugin.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@
2222

2323
<description>
2424
<![CDATA[
25-
Supports developers while writing applications using <a href="https://axoniq.io/">Axon Framework</a>. <br/><br/>
26-
Axon Framework helps build scalable, extensible and maintainable applications by supporting developers apply the Command Query
27-
Responsibility Separation (CQRS) architectural pattern.<br/><br/>
25+
Supports developers while writing applications using <a href="https://axoniq.io/product-overview/axon-framework">Axon Framework</a> version 4.x.<br/><br/>
26+
27+
Axon Framework helps build scalable, extensible, and maintainable applications by supporting developers to apply Domain-Driven Design (DDD), Command-Query Responsibility Separation (CQRS),
28+
and Event Sourcing (ES). The framework provides a message-driven architecture with dedicated command, event, and query messages, to support these paradigms.<br/><br/>
2829
2930
The plugin provides the following features:
3031
<ul>
@@ -34,7 +35,7 @@
3435
<li>Easy access to the reference guide (ctrl+shift+a and type axon)
3536
</ul>
3637
37-
If you have a feature request, or want to report a bug, please report this at our <a href="https://github.com/AxonFramework/IdeaPlugin/issues">Github issue tracker</a>.<br/>
38+
If you have a feature request or want to report a bug, please report this at our <a href="https://github.com/AxonFramework/IdeaPlugin/issues">Github issue tracker</a>.<br/>
3839
For questions on Axon Framework usage, or about the plugin, please visit our <a href="https://discuss.axoniq.io/">Discuss</a>.
3940
]]>
4041
</description>

0 commit comments

Comments
 (0)