Skip to content

Commit

Permalink
Moved adventure off to implementation and relocated
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Oct 1, 2021
1 parent f2535ce commit c1b3bec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ allprojects {

shadowJar {
relocate('org.bstats', 'com.willfp.eco.shaded.bstats')
relocate('net.kyori.adventure.text.minimessage', 'com.willfp.eco.shaded.minimessage')
relocate('net.kyori.adventure', 'com.willfp.eco.shaded.adventure')
}

jar {
Expand Down
6 changes: 5 additions & 1 deletion eco-core/core-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ version rootProject.version
dependencies {
implementation 'org.bstats:bstats-bukkit:1.7'
implementation 'net.kyori:adventure-text-minimessage:4.1.0-SNAPSHOT'
implementation 'net.kyori:adventure-platform-bukkit:4.0.0'
implementation 'net.kyori:adventure-api:4.9.1'
implementation 'net.kyori:adventure-text-minimessage:4.1.0-SNAPSHOT'
implementation 'net.kyori:adventure-text-serializer-gson:4.8.1'
implementation 'net.kyori:adventure-text-serializer-legacy:4.8.1'
compileOnly 'org.apache.maven:maven-artifact:3.0.3'
compileOnly 'com.google.code.gson:gson:2.8.7'
compileOnly 'org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT'
Expand All @@ -24,7 +29,6 @@ dependencies {
compileOnly 'com.github.brcdev-minecraft:shopgui-api:2.2.0'
compileOnly 'com.github.LoneDev6:API-ItemsAdder:2.4.7'
compileOnly 'me.arcaniax:HeadDatabase-API:1.2.0'
compileOnly 'net.kyori:adventure-platform-bukkit:4.0.0'

// CombatLogX V10 + NewbieHelper Expansion
compileOnly 'com.SirBlobman.combatlogx:CombatLogX-API:10.0.0.0-SNAPSHOT'
Expand Down
4 changes: 0 additions & 4 deletions eco-core/core-plugin/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,4 @@ softdepend:
libraries:
- org.reflections:reflections:0.9.12
- org.apache.maven:maven-artifact:3.0.3
- net.kyori:adventure-text-serializer-gson:4.8.1
- net.kyori:adventure-text-serializer-legacy:4.8.1
- org.jetbrains.kotlin:kotlin-stdlib:1.5.31
- net.kyori:adventure-platform-bukkit:4.0.0
- net.kyori:adventure-api:4.9.1

0 comments on commit c1b3bec

Please sign in to comment.