Skip to content

Commit d321604

Browse files
committed
2.0.2 - Better exceptions
1 parent 274addf commit d321604

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
```

combined/build.gradle.kts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
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"

0 commit comments

Comments
 (0)