Skip to content

Commit 08c49ec

Browse files
added shadowJar dependsOn updated to 0.4.1
1 parent edfe0de commit 08c49ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = "io.lightstudios.core"
9-
version = "0.4.0"
9+
version = "0.4.1"
1010

1111
repositories {
1212
mavenCentral()
@@ -112,5 +112,5 @@ publishing {
112112
}
113113

114114
tasks.named("publishMavenPublicationToMavenLocal") {
115-
dependsOn(tasks.jar)
115+
dependsOn(tasks.shadowJar)
116116
}

0 commit comments

Comments
 (0)