File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed
bukkit-adventure-platform Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11name : Publish LiteCommands
22on :
33 push :
4- branches : [ master, v3.0.0 ]
4+ branches : [ master ]
55jobs :
66 publish :
77 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -34,13 +34,13 @@ maven("https://repo.panda-lang.org/releases")
3434
3535### Dependency
3636``` kts
37- implementation(" dev.rollczi:{artifact}:3.0.0 " )
37+ implementation(" dev.rollczi:{artifact}:3.0.1 " )
3838```
3939``` xml
4040<dependency >
4141 <groupId >dev.rollczi</groupId >
4242 <artifactId >{artifact}</artifactId >
43- <version >3.0.0 </version >
43+ <version >3.0.1 </version >
4444</dependency >
4545```
4646` {artifact} ` replace with [ platform artifact] ( https://github.com/Rollczi/LiteCommands#platform-artifacts )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66group = " dev.rollczi"
7- version = " 3.0.0 "
7+ version = " 3.0.1 "
88
99java {
1010 withSourcesJar()
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ repositories {
1818dependencies {
1919 compileOnly(" org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT" )
2020
21- // implementation("dev.rollczi:litecommands-bukkit:3.0.0 ") // <-- uncomment in your project
22- // implementation("dev.rollczi:litecommands-adventure-platform:3.0.0 ") // <-- uncomment in your project
21+ // implementation("dev.rollczi:litecommands-bukkit:3.0.1 ") // <-- uncomment in your project
22+ // implementation("dev.rollczi:litecommands-adventure-platform:3.0.1 ") // <-- uncomment in your project
2323 implementation(" net.kyori:adventure-platform-bukkit:4.3.0" )
2424 implementation(" net.kyori:adventure-text-minimessage:4.14.0" )
2525
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ repositories {
1818dependencies {
1919 compileOnly(" org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT" )
2020
21- // implementation("dev.rollczi:litecommands-bukkit:3.0.0 ") // <-- uncomment in your project
22- // implementation("dev.rollczi:litecommands-chatgpt:3.0.0 ") // <-- uncomment in your project
21+ // implementation("dev.rollczi:litecommands-bukkit:3.0.1 ") // <-- uncomment in your project
22+ // implementation("dev.rollczi:litecommands-chatgpt:3.0.1 ") // <-- uncomment in your project
2323 implementation(project(" :litecommands-bukkit" )) // don't use this line in your build.gradle
2424 implementation(project(" :litecommands-chatgpt" )) // don't use this line in your build.gradle
2525}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ repositories {
1818dependencies {
1919 compileOnly(" org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT" )
2020
21- // implementation("dev.rollczi:litecommands-bukkit:3.0.0 ") // <-- uncomment in your project
21+ // implementation("dev.rollczi:litecommands-bukkit:3.0.1 ") // <-- uncomment in your project
2222 implementation(project(" :litecommands-bukkit" )) // don't use this line in your build.gradle
2323}
2424
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies {
1919 compileOnly(" com.velocitypowered:velocity-api:3.2.0-SNAPSHOT" )
2020 annotationProcessor(" com.velocitypowered:velocity-api:3.2.0-SNAPSHOT" )
2121
22- // implementation("dev.rollczi:litecommands-velocity:3.0.0 ") // <-- uncomment in your project
22+ // implementation("dev.rollczi:litecommands-velocity:3.0.1 ") // <-- uncomment in your project
2323 implementation(project(" :litecommands-velocity" )) // don't use this line in your build.gradle
2424}
2525
You can’t perform that action at this time.
0 commit comments