GithubHelp home page GithubHelp logo

Comments (3)

TheNaqvi avatar TheNaqvi commented on July 19, 2024

Same problem for me with gradle 8.0.1

from foojay-toolchains.

jbartok avatar jbartok commented on July 19, 2024

The plugin is compatible with Gradle 7.6 or newer only.
What do you mean by I use the Gradle 8+, so I create a new project with basic configured Gradle 7.4.2 and add this plugin.? If you use Gradle 7.4.2, then it's expected to fail.
If you are using Gradle 8+, pls. create an issue with a reproducer on the gradle/gradle repo.
Or re-open this issue, but provide a bit more info, so I can reproduce the problem.

from foojay-toolchains.

zameelpichen avatar zameelpichen commented on July 19, 2024

I am having the same issue

android_gradle_plugin = 8.0.0
gradleversion = 8.1

image

following is my root build.gradle.kts file


plugins {
    alias(libs.plugins.dependencyanalysis)
    id("org.gradle.toolchains.foojay-resolver-convention") version "0.5.0"

}

buildscript {
    repositories {
        mavenCentral()
        google()
        gradlePluginPortal()
    }
    dependencies {
        classpath(libs.android.gradle.plugin)
        classpath(libs.kotlin.gradle.plugin)
        classpath(libs.aboutlibraries.plugin)
    }
}

allprojects {
    repositories {
        google()
        mavenCentral()
    }
}

Note : I maybe missing something obvious here.
Thanks in advance.

from foojay-toolchains.

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.