libreforge-updater

This commit is contained in:
Auxilor 2023-02-15 21:00:02 +00:00
parent 08bca97d82
commit cb6f179efb
3 changed files with 11 additions and 3 deletions

View File

@ -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

View File

@ -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 {

View File

@ -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