Bump Blossom to 1.3.0 & fix build error (#1955)

This commit is contained in:
Antti Koponen 2021-06-24 22:40:17 +03:00 committed by GitHub
parent ca25570e88
commit 72d998e000
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,5 @@
plugins {
id "net.kyori.blossom" version "1.2.0"
id "net.kyori.blossom" version "1.3.0"
}
blossom {

View File

@ -1,5 +1,5 @@
plugins {
id "net.kyori.blossom" version "1.2.0"
id "net.kyori.blossom" version "1.3.0"
}
blossom {
@ -24,6 +24,5 @@ dependencies {
}
shadowJar {
dependsOn blossomSourceReplacementJava
relocate 'org.bstats', 'com.djrapitops.plan.utilities.metrics'
}