Skip to content

Commit

Permalink
Fix gradle bstats
Browse files Browse the repository at this point in the history
  • Loading branch information
KasperFranz committed May 21, 2020
1 parent 46db34b commit bb9a616
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
id 'org.spongepowered.plugin' version '0.8.1'
id 'com.github.johnrengelman.shadow' version '2.0.4'
id 'ninja.miserable.blossom' version '1.0.1'
}

Expand Down Expand Up @@ -41,3 +42,13 @@ repositories {
maven { url 'https://repo.codemc.org/repository/maven-public/'}
}

shadowJar {
dependencies {
include(dependency("org.bstats:bstats-sponge:1.7"))
}
classifier = ''
}

artifacts {
archives shadowJar
}

0 comments on commit bb9a616

Please sign in to comment.