mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-02-16 04:31:22 +01:00
libreforge-updater
This commit is contained in:
parent
08bca97d82
commit
cb6f179efb
@ -46,7 +46,7 @@ allprojects {
|
||||
|
||||
dependencies {
|
||||
compileOnly 'com.willfp:eco:6.44.0'
|
||||
implementation 'com.willfp:libreforge:3.129.1'
|
||||
implementation 'com.willfp:libreforge:3.129.2'
|
||||
implementation 'org.joml:joml:1.10.4'
|
||||
|
||||
compileOnly 'org.jetbrains:annotations:23.0.0'
|
||||
@ -114,4 +114,5 @@ task buyThePlugins {
|
||||
println 'Buying gives you access to support and the plugin auto-updater, and it allows me to keep developing plugins.'
|
||||
}
|
||||
}
|
||||
|
||||
build.finalizedBy buyThePlugins
|
||||
|
@ -8,6 +8,13 @@ dependencies {
|
||||
compileOnly 'net.essentialsx:EssentialsX:2.19.0'
|
||||
}
|
||||
|
||||
task createJar(type: org.gradle.jvm.tasks.Jar) {
|
||||
from configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) }
|
||||
into 'lib'
|
||||
duplicatesStrategy(DuplicatesStrategy.EXCLUDE)
|
||||
}
|
||||
|
||||
build.finalizedBy createJar
|
||||
build.dependsOn publishToMavenLocal
|
||||
|
||||
publishing {
|
||||
|
@ -1,4 +1,4 @@
|
||||
#libreforge-updater
|
||||
#Sun Feb 12 16:56:41 GMT 2023
|
||||
version=9.17.1
|
||||
#Wed Feb 15 21:00:02 GMT 2023
|
||||
version=9.17.2
|
||||
plugin-name=EcoEnchants
|
||||
|
Loading…
Reference in New Issue
Block a user