oracle / okafka

Kafka Java Client for Oracle Transactional Event Queues
Other
22 stars 17 forks source link

unable to find method() while running gradle wrapper #2

Open manojshrin opened 3 years ago

manojshrin commented 3 years ago

c:\Oracle\Training\OTEQ\okafka-master>gradle wrapper

Configure project : project client

FAILURE: Build failed with an exception.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/7.0.2/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 1s

ShivaniK02 commented 2 years ago

method compile() is deprecated in newer gradle versions. Use implementation instead of compile.