Git Product home page Git Product logo

Comments (5)

almagor1986 avatar almagor1986 commented on June 2, 2024 1

In case anyone faces this problem in the future.

In dependencies, please change:

  • compile to implementation
  • testCompile to testImplementation

In addition, remove the lines:

  • classpath "net.ltgt.gradle:gradle-apt-plugin:0.19"
  • apply plugin: "net.ltgt.apt"
  • jcenter()

This should get the code running.

from dlp-dataflow-deidentification.

KevinGG avatar KevinGG commented on June 2, 2024 1

This should be:

Either use the older gradle version controlled in gradlew (best practice);

Or update the build file to conform to the gradle version used by the user.

Anyway, whether or not the build file and gradlew are both upgraded, this instruction should also reflect the usage of version controlled gradlew not arbitrary gradle.

from dlp-dataflow-deidentification.

prashant-arch avatar prashant-arch commented on June 2, 2024 1

Issue Resolved

from dlp-dataflow-deidentification.

pbhandary-test avatar pbhandary-test commented on June 2, 2024 1

@almagor1986 solution worked for me & as @KevinGG suggested updating the build file to conform to the gradle version worked .

from dlp-dataflow-deidentification.

pbhandary-test avatar pbhandary-test commented on June 2, 2024

facing the same issue.
hopefully this gets resolved soon
`Starting a Gradle Daemon, 1 incompatible and 1 stopped Daemons could not be reused, use --status for details

FAILURE: Build failed with an exception.

  • Where:
    Build file '/home/pbhandary/dlp-dataflow-deidentification/build.gradle' line: 86

  • What went wrong:
    A problem occurred evaluating root project 'dlp-dataflow-deidentification'.

Could not find method compile() for arguments [{group=org.apache.beam, name=beam-sdks-java-core, version=2.33.0}] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.

  • Try:

Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/7.4/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 25s`

from dlp-dataflow-deidentification.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.