update dependencies
This commit is contained in:
parent
5e34588e3b
commit
9d9757b986
1 changed files with 4 additions and 4 deletions
|
@ -15,9 +15,9 @@ repositories {
|
|||
dependencies {
|
||||
paperweight.paperDevBundle("1.20.4-R0.1-SNAPSHOT")
|
||||
|
||||
implementation("redis.clients:jedis:5.1.0")
|
||||
implementation("redis.clients:jedis:5.1.1")
|
||||
|
||||
testCompileOnly("com.github.seeseemelk:MockBukkit-v1.20:3.74.0")
|
||||
testCompileOnly("com.github.seeseemelk:MockBukkit-v1.20:3.78.0")
|
||||
testCompileOnly("org.junit.jupiter:junit-jupiter-api:5.10.1")
|
||||
}
|
||||
|
||||
|
@ -47,7 +47,7 @@ tasks {
|
|||
"apiVersion" to "1.20"
|
||||
)
|
||||
inputs.properties(props)
|
||||
filesMatching("paper-plugin.yml") {
|
||||
filesMatching("plugin.yml") {
|
||||
expand(props)
|
||||
}
|
||||
}
|
||||
|
@ -58,6 +58,6 @@ tasks {
|
|||
relocate("org.json", "libs.org.json")
|
||||
exclude("org.slf4j")
|
||||
relocate("redis", "libs.redis")
|
||||
minimize()
|
||||
// minimize()
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue