Skip to content

Commit

Permalink
fix: eco or another plugin conflict #2
Browse files Browse the repository at this point in the history
Signed-off-by: Adi ITGG <[email protected]>
  • Loading branch information
adi-itgg committed May 22, 2022
1 parent c7395c3 commit d08b07b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group 'me.phantomx.fjetpackreloaded'
version '1.3'
version '1.5.1-dev'

java {
targetCompatibility = "1.8"
Expand Down Expand Up @@ -83,6 +83,8 @@ test {

shadowJar {
relocate("org.bstats", "me.phantomx.fjetpackreloaded")
relocate("kotlin", "me.phantomx.fjetpackreloaded.kotlin")
relocate("kotlinx", "me.phantomx.fjetpackreloaded.kotlinx")
}

spigot {
Expand Down

0 comments on commit d08b07b

Please sign in to comment.