Skip to content

Commit bb9a616

Browse files
committed
Fix gradle bstats
1 parent 46db34b commit bb9a616

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

build.gradle

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
plugins {
22
id 'org.spongepowered.plugin' version '0.8.1'
3+
id 'com.github.johnrengelman.shadow' version '2.0.4'
34
id 'ninja.miserable.blossom' version '1.0.1'
45
}
56

@@ -41,3 +42,13 @@ repositories {
4142
maven { url 'https://repo.codemc.org/repository/maven-public/'}
4243
}
4344

45+
shadowJar {
46+
dependencies {
47+
include(dependency("org.bstats:bstats-sponge:1.7"))
48+
}
49+
classifier = ''
50+
}
51+
52+
artifacts {
53+
archives shadowJar
54+
}

0 commit comments

Comments
 (0)