mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-24 15:25:18 +01:00
Updated gradle files
This commit is contained in:
parent
14ace0c139
commit
d8521706b5
@ -41,7 +41,8 @@ dependencies {
|
||||
|
||||
shadowJar {
|
||||
relocate('org.bstats.bukkit', 'com.willfp.ecoenchants.shaded.bstats')
|
||||
relocate('org.jetbrains.annotations', 'com.willfp.ecoenchants.shaded.annotations')
|
||||
relocate('org.jetbrains', 'com.willfp.ecoenchants.shaded.jetbrains')
|
||||
relocate('org.intellij', 'com.willfp.ecoenchants.shaded.intellij')
|
||||
relocate('org.apache.maven', 'com.willfp.ecoenchants.shaded.maven') {
|
||||
exclude 'org.codehaus.plexus.util'
|
||||
}
|
||||
|
@ -1,2 +1,2 @@
|
||||
version = 5.1.0
|
||||
version = 5.3.3
|
||||
plugin-name = EcoEnchants
|
@ -3,6 +3,7 @@
|
||||
*/
|
||||
|
||||
rootProject.name = 'parent'
|
||||
rootProject.version = findProperty("version")
|
||||
include('v1_15_R1')
|
||||
include('plugin')
|
||||
include('API')
|
||||
|
Loading…
Reference in New Issue
Block a user