I'm building Ranger 2.4, as I need for Kafka 3.2.1.
The issue I'm getting is that Kafka is asked to be built with gradlew, which I do as follows:
./gradlew clean build releaseTarGz
I understand the release file can be found in ./core/build/distributions/
, but when I build Ranger it doesn't seem to find it:
Failure to find org.apache.kafka:kafka-clients:jar:3.2.1-MYPROJECT-SNAPSHOT in https://repository.apache.org/content/repositories/snapshots
And effectively, I can't find it on .m2/org/apache/kafka
. How would I register the release?