mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-07-16 12:24:43 +02:00
Compare commits
1 Commits
chore/v6/c
...
chore/3765
Author | SHA1 | Date | |
---|---|---|---|
385fea359b |
@ -174,7 +174,10 @@ subprojects {
|
||||
tasks {
|
||||
|
||||
compileJava {
|
||||
options.compilerArgs.add("-parameters")
|
||||
options.compilerArgs.addAll(arrayOf("-Xmaxerrs", "1000"))
|
||||
options.compilerArgs.add("-Xlint:all")
|
||||
for (disabledLint in arrayOf("processing", "path", "fallthrough", "serial"))
|
||||
options.compilerArgs.add("-Xlint:$disabledLint")
|
||||
options.isDeprecation = true
|
||||
options.encoding = "UTF-8"
|
||||
}
|
||||
|
@ -8,13 +8,13 @@ spotbugs = "4.7.1"
|
||||
worldedit = "7.2.12"
|
||||
placeholderapi = "2.11.2"
|
||||
luckperms = "5.4"
|
||||
essentialsx = "2.19.7"
|
||||
essentialsx = "2.19.5"
|
||||
mvdwapi = "3.1.1"
|
||||
|
||||
# Third party
|
||||
prtree = "2.0.0"
|
||||
aopalliance = "1.0"
|
||||
cloud-services = "1.7.1"
|
||||
cloud-services = "1.7.0"
|
||||
arkitektonika = "2.1.1"
|
||||
squirrelid = "0.3.1"
|
||||
http4j = "1.3"
|
||||
|
@ -1,8 +1,6 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:base",
|
||||
":semanticCommitsDisabled"
|
||||
"config:base"
|
||||
],
|
||||
"labels": ["Renovate"],
|
||||
"rebaseWhen": "conflicted"
|
||||
|
Reference in New Issue
Block a user