Could not find ha-api-3.1.12.hk2-jar (org.glassfish.ha:ha-api:3.1.12)

My build suddenly complain about

Could not find ha-api-3.1.12.hk2-jar (org.glassfish.ha:ha-api:3.1.12)

and there was no such dependency in the build.gradle.kts, there was no changes to bring such dependency in.
Both ./gradlew dependencies
and dependencyInsight
would just fail with the same error ??? .

Is there a way I can find out why graddle suddenly want to download that file that it can not find anywhere?

Even with -d, this is as much as I can see, no explaination of where it pull the requirement from:
2022-01-06T17:06:27.775+1100 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.CachingModuleComponentRepository] Found artifact ‘gmbal-4.0.0.jar (org.glassfish.gmbal:gmbal:4.0.0)’ in resolver cache: /Users/s303601/gradle/caches/modules-2/files-2.1/org.glassfish.gmbal/gmbal/4.0.0/38e088859faea7433643e1db9d8b5829668b515c/gmbal-4.0.0.jar
2022-01-06T17:06:27.775+1100 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.CachingModuleComponentRepository] Detected non-existence of artifact ‘ha-api-3.1.12.hk2-jar (org.glassfish.ha:ha-api:3.1.12)’ in resolver cache
2022-01-06T17:06:27.775+1100 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationRunner] Build operation ‘Resolve dependencies of :compileClasspath’ completed