Skip to content

Commit bb147ff

Browse files
committed
Add jars
1 parent 3ebe522 commit bb147ff

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

build.gradle.kts

+7
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,16 @@ tasks {
7575

7676
dependsOn(generateJavaSources)
7777
}
78+
jar {
79+
archiveBaseName.set("dunctebot-plugin")
80+
}
7881
shadowJar {
82+
archiveBaseName.set("dunctebot-plugin")
7983
archiveClassifier.set("")
8084
}
85+
build {
86+
dependsOn(shadowJar)
87+
}
8188
}
8289

8390
data class Version(val major: Int, val minor: Int, val patch: Int) {

jitpack.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
jdk:
22
- openjdk11
33
install:
4-
- "./gradlew clean build install"
4+
- "./gradlew clean build"

0 commit comments

Comments
 (0)