GithubHelp home page GithubHelp logo

Comments (8)

Vampire avatar Vampire commented on May 27, 2024 4

@hsrinara 2.0.0 will have it
@KengoTODA well regarding "we need to stop support for Gradle 5.0", well need is too strong here, you want to not support multiple versions I guess. Because otherwise it should be fairly easy to either add a Gradle version check or a method exists check and that way support both versions. :-)

from spotbugs-gradle-plugin.

KengoTODA avatar KengoTODA commented on May 27, 2024 2

a4369b0 solved this issue.

from spotbugs-gradle-plugin.

remy-tiitre avatar remy-tiitre commented on May 27, 2024

I would also add, that this configuration is really confusing. As right now you can't produce html and xml report at the same time this is misleading. It should be changed either to support both report types at the same time (preferred) or change to somthing like this:

tasks.withType(com.github.spotbugs.SpotBugsTask) {
    reports {
        type = [xml|html]
    }
}

from spotbugs-gradle-plugin.

KengoTODA avatar KengoTODA commented on May 27, 2024

I think #86 has solved this issue. @remy-tiitre if necessary, please propose a PR to make it in reality :)

from spotbugs-gradle-plugin.

boris-petrov avatar boris-petrov commented on May 27, 2024

@KengoTODA - I'm still getting this deprecation warning even with plugin version 1.6.10. Am I doing something wrong? My configuration is exactly the same as in the original post.

from spotbugs-gradle-plugin.

KengoTODA avatar KengoTODA commented on May 27, 2024

oh, yes, 1.6.10 reverted changed made by #86 so we can find this issue again. I will reopen this issue. Thanks @boris-petrov

from spotbugs-gradle-plugin.

KengoTODA avatar KengoTODA commented on May 27, 2024

I found that this is same with #105, then we need to stop support for Gradle 5.0 then it's better to do not in patch release but in major release.

from spotbugs-gradle-plugin.

hsrinara avatar hsrinara commented on May 27, 2024

I assume a4369b0 hasn't been released yet.

I'm seeing this issue under 3.1.12.

from spotbugs-gradle-plugin.

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.