opensearch-project / job-scheduler

Run periodic jobs on the cluster from your plugin
Apache License 2.0
23 stars 73 forks source link

Change spotbugs from 6.25.0 to 6.16.0 #595

Closed prudhvigodithi closed 8 months ago

prudhvigodithi commented 8 months ago

Description

The spot bugs 6.25.0 gradle plugin making internet calls https://download.eclipse.org/ and fails to fetch the right JDT jars making the builds fail for internet restricted environments.

Here is an open issue from plugin: https://github.com/diffplug/spotless/issues/1996 where it does not honor local JDT jars .

Issues Resolved

[List any issues this PR will resolve]

Check List

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.

prudhvigodithi commented 8 months ago

Closing this PR as 6.16.0 does not support JDK21.