Giter VIP home page Giter VIP logo

Comments (9)

PatilShreyas avatar PatilShreyas commented on June 7, 2024

@leffsu exactly which dependency is failing while fetching it from m2?

from compose-report-to-html.

PatilShreyas avatar PatilShreyas commented on June 7, 2024

This is gonna be the tough problem to solve, but will definitely try to solve it.

from compose-report-to-html.

leffsu avatar leffsu commented on June 7, 2024

@PatilShreyas

FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':library'.
> Could not resolve all files for configuration ':library:classpath'.
   > Could not resolve dev.shreyaspatil.compose-compiler-report-generator:core:1.0.1.
     Required by:
         project :library > dev.shreyaspatil.compose-compiler-report-generator:dev.shreyaspatil.compose-compiler-report-generator.gradle.plugin:1.0.1 > dev.shreyaspatil.compose-compiler-report-generator:gradle-plugin:1.0.1
         project :library > dev.shreyaspatil.compose-compiler-report-generator:dev.shreyaspatil.compose-compiler-report-generator.gradle.plugin:1.0.1 > dev.shreyaspatil.compose-compiler-report-generator:gradle-plugin:1.0.1 > dev.shreyaspatil.compose-compiler-report-generator:report-generator:1.0.1
      > Could not resolve dev.shreyaspatil.compose-compiler-report-generator:core:1.0.1.
         > Could not get resource 'https://plugins.gradle.org/m2/dev/shreyaspatil/compose-compiler-report-generator/core/1.0.1/core-1.0.1.pom'.
            > Could not GET 'https://jcenter.bintray.com/dev/shreyaspatil/compose-compiler-report-generator/core/1.0.1/core-1.0.1.pom'.
               > peer not authenticated
* 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.
* Get more help at https://help.gradle.org/
BUILD FAILED in 1m 2s

I guess you could supply us with a generator gradle plugin without dependencies to core in .pom file. Therefore, we'll be able to add it separately and make it pull the dependency from the Nexus.

Really appreciating your swiftness, keep rocking! :)

from compose-report-to-html.

PatilShreyas avatar PatilShreyas commented on June 7, 2024

Thanks for sharing the error @leffsu

https://plugins.gradle.org/m2/ This is the repo URL through which Gradle Plugin is resolved.

from compose-report-to-html.

leffsu avatar leffsu commented on June 7, 2024

Yeah, it's unavailable from the runner. Would you kindly make a build for gradle without the core plugin? I will apply it separately

from compose-report-to-html.

PatilShreyas avatar PatilShreyas commented on June 7, 2024

This "'core" is not a plugin but a Library. Can you please check why this dependency is not cached in your runner? It should be get resolved from mavenCentral but somehow not able to.

from compose-report-to-html.

PatilShreyas avatar PatilShreyas commented on June 7, 2024

@leffsu Are you using the plugin as follows?

plugins {
  id("dev.shreyaspatil.compose-compiler-report-generator") version "1.0.1"
}

If yes, then remove this and apply the plugin using buildScript as follows:

buildscript {
  repositories {
    maven {
      url = uri("https://plugins.gradle.org/m2/")
    }
  }
  dependencies {
    classpath("dev.shreyaspatil.compose-compiler-report-generator:gradle-plugin:1.0.1")
  }
}

apply(plugin = "dev.shreyaspatil.compose-compiler-report-generator")

Please try this at you end and let me know if this fixes your issue or not.

from compose-report-to-html.

PatilShreyas avatar PatilShreyas commented on June 7, 2024

Any update here @leffsu ?

from compose-report-to-html.

leffsu avatar leffsu commented on June 7, 2024

Hey, we just decided to build it locally. Thank you for the input!

from compose-report-to-html.

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.