File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,12 +50,12 @@ maven {
5050
5151
5252``` kotlin
53- implementation(" dev.kitteh:cardboardbox:2.0.0 " )
53+ implementation(" dev.kitteh:cardboardbox:2.0.2 " )
5454```
5555``` xml
5656<dependency >
5757 <groupId >dev.kitteh</groupId >
5858 <artifactId >cardboardbox</artifactId >
59- <version >2.0.0 </version >
59+ <version >2.0.2 </version >
6060</dependency >
6161```
Original file line number Diff line number Diff line change 11plugins {
22 id(" java" )
3- id(" io.github.goooler. shadow" ) version " 8.1.7 "
3+ id(" com.gradleup. shadow" ) version " 8.3.5 "
44 id(" maven-publish" )
55}
66
@@ -35,10 +35,9 @@ publishing {
3535 publications {
3636 create<MavenPublication >(" cardboardbox" ) {
3737 artifact(tasks.shadowJar)
38- // artifact(tasks["shadowJar"])
3938 groupId = " dev.kitteh"
4039 artifactId = " cardboardbox"
41- version = " 2.0.1 "
40+ version = " 2.0.2 "
4241 pom {
4342 name = " CardboardBox"
4443 description = " A Bukkit-related data storage handler"
You can’t perform that action at this time.
0 commit comments