Added class to jvm downgrader warning ignore list
Some checks are pending
build-docker / build (push) Waiting to run
build / build (push) Waiting to run

This commit is contained in:
RaphiMC 2024-07-22 19:02:33 +02:00
parent 926a284d29
commit b25223fd36
No known key found for this signature in database
GPG key ID: 0F6BB0657A03AC94

View file

@ -209,6 +209,7 @@ downgradeJar {
}
downgradeTo = JavaVersion.VERSION_1_8
ignoreWarningsIn.add("net/lenni0451/commons/httpclient/executor/HttpClientExecutor")
archiveClassifier = null
archiveVersion = project.version + "+java8"
}