Skip to content

Commit

Permalink
2.0.2 - Better exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
mbax committed Nov 28, 2024
1 parent 274addf commit d321604
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ maven {


```kotlin
implementation("dev.kitteh:cardboardbox:2.0.0")
implementation("dev.kitteh:cardboardbox:2.0.2")
```
```xml
<dependency>
<groupId>dev.kitteh</groupId>
<artifactId>cardboardbox</artifactId>
<version>2.0.0</version>
<version>2.0.2</version>
</dependency>
```
5 changes: 2 additions & 3 deletions combined/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("java")
id("io.github.goooler.shadow") version "8.1.7"
id("com.gradleup.shadow") version "8.3.5"
id("maven-publish")
}

Expand Down Expand Up @@ -35,10 +35,9 @@ publishing {
publications {
create<MavenPublication>("cardboardbox") {
artifact(tasks.shadowJar)
//artifact(tasks["shadowJar"])
groupId = "dev.kitteh"
artifactId = "cardboardbox"
version = "2.0.1"
version = "2.0.2"
pom {
name = "CardboardBox"
description = "A Bukkit-related data storage handler"
Expand Down

0 comments on commit d321604

Please sign in to comment.