File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44 id(" org.jetbrains.intellij" ) version " 1.11.0"
55}
66group = " shop.itbug"
7- version = " 2.1.4 "
7+ version = " 2.1.5 "
88repositories {
99 mavenCentral()
1010 google()
@@ -46,8 +46,6 @@ dependencies {
4646 implementation(" org.hildan.krossbow:krossbow-stomp-core:4.5.0" )
4747 implementation(" org.hildan.krossbow:krossbow-websocket-okhttp:4.5.0" )
4848 implementation(" com.google.guava:guava:31.1-jre" )
49-
50-
5149}
5250
5351
@@ -73,11 +71,18 @@ tasks {
7371 untilBuild.set(" 223.*" )
7472 changeNotes.set("""
7573 <div>
76- <h1>2023-01-06</h1>
74+ <h1>2023-01-07</h1>
75+ </div>
76+ <ul>
77+ <li>Add the function of automatically generating asset file objects</li>
78+ </ul>
79+ <hr>
80+ <div>
81+ <h1>2023-01-06</h1>
7782 </div>
7883 <ul>
79- <li>Fix the problem that some dio interfaces cannot listen</li>
80- <li>Optimize the asset file pop-up mechanism</li>
84+ <li>Fix the problem that some dio interfaces cannot listen</li>
85+ <li>Optimize the asset file pop-up mechanism</li>
8186 <ul>
8287 """ .trimIndent())
8388 }
You can’t perform that action at this time.
0 commit comments