Coder Social home page Coder Social logo

Comments (4)

jbachorik avatar jbachorik commented on July 20, 2024

Hi,
Thanks for reporting!
Unfortunately, I can not reproduce - I tried a clean checkout but it still builds.
Anyway, I opened a PR to bump the plugin version, just in case.

from btrace.

jbachorik avatar jbachorik commented on July 20, 2024

As it turns out, the '3.0.0' version does not support Java 8 any more.
The missing version of 'grgit-core' should still be available in jcenter repo so I modified the PR to explicitly declare that repository usage. Could you try that branch and see if it would resolve your issue ? (I still can't reproduce ...)

from btrace.

magicwerk avatar magicwerk commented on July 20, 2024

That's interesting, that's exactly what I tried as well when the build failed on my side, but I still to a strange Nginx error then...
So it was probably a temporary infrastructure hickup which has been resolved now.
Anyhow, if I rerun the build right on develop branch (i.e. without the fix adding jcenter), it works fine - if you look at the output below, it seems the redirect is done automatically by the maven repo and no change seems to be needed.

2023-06-26T14:30:02.041+0200 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationRunner] Build operation 'Resolve grgit-core-4.0.1.jar (org.ajoberstar.grgit:grgit-core:4.0.1)' started
2023-06-26T14:30:02.051+0200 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationRunner] Build operation 'Download https://plugins.gradle.org/m2/org/ajoberstar/grgit/grgit-core/4.0.1/grgit-core-4.0.1.jar' started
2023-06-26T14:30:02.886+0200 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationRunner] Completing Build operation 'Download https://plugins.gradle.org/m2/org/ajoberstar/grgit/grgit-core/4.0.1/grgit-core-4.0.1.jar'
2023-06-26T14:30:02.888+0200 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationRunner] Completing Build operation 'Resolve grgit-core-4.0.1.jar (org.ajoberstar.grgit:grgit-core:4.0.1)'
2023-06-26T14:30:02.888+0200 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationRunner] Build operation 'Resolve grgit-core-4.0.1.jar (org.ajoberstar.grgit:grgit-core:4.0.1)' completed
2023-06-26T14:30:01.968+0200 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.RepositoryChainComponentMetaDataResolver] Attempting to resolve component for org.ajoberstar.grgit:grgit-core:4.0.1 using repositories [Gradle Central Plugin Repository]
2023-06-26T14:30:01.968+0200 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.CachingModuleComponentRepository] Using cached module metadata for module 'org.ajoberstar.grgit:grgit-core:4.0.1' in 'Gradle Central Plugin Repository'
2023-06-26T14:30:01.968+0200 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.RepositoryChainComponentMetaDataResolver] Using org.ajoberstar.grgit:grgit-core:4.0.1 from Maven repository 'Gradle Central Plugin Repository'
2023-06-26T14:30:01.968+0200 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.resolveengine.graph.builder.DependencyGraphBuilder] Visiting configuration org.ajoberstar.grgit:grgit-core:4.0.1(runtime).
2023-06-26T14:30:02.000+0200 [DEBUG] [org.gradle.internal.component.model.LoggingAttributeMatchingExplanationBuilder] Selected match org.ajoberstar.grgit:grgit-core:4.0.1 configuration runtime from candidates [org.ajoberstar.grgit:grgit-core:4.0.1 configuration runtime] for {org.gradle.category=library, org.gradle.dependency.bundling=external, org.gradle.jvm.version=8, org.gradle.libraryelements=jar, org.gradle.plugin.api-version=8.1.1, org.gradle.usage=java-runtime}
2023-06-26T14:30:02.042+0200 [DEBUG] [org.gradle.api.internal.artifacts.repositories.resolver.DefaultExternalResourceArtifactResolver] Loading https://plugins.gradle.org/m2/org/ajoberstar/grgit/grgit-core/4.0.1/grgit-core-4.0.1.jar
2023-06-26T14:30:02.042+0200 [DEBUG] [org.gradle.internal.resource.transfer.DefaultCacheAwareExternalResourceAccessor] Constructing external resource: https://plugins.gradle.org/m2/org/ajoberstar/grgit/grgit-core/4.0.1/grgit-core-4.0.1.jar
2023-06-26T14:30:02.051+0200 [DEBUG] [org.gradle.internal.resource.transport.http.HttpResourceAccessor] Constructing external resource: https://plugins.gradle.org/m2/org/ajoberstar/grgit/grgit-core/4.0.1/grgit-core-4.0.1.jar
2023-06-26T14:30:02.051+0200 [DEBUG] [org.gradle.internal.resource.transport.http.HttpClientHelper] Performing HTTP GET: https://plugins.gradle.org/m2/org/ajoberstar/grgit/grgit-core/4.0.1/grgit-core-4.0.1.jar
2023-06-26T14:30:02.092+0200 [DEBUG] [org.apache.http.impl.execchain.MainClientExec] Executing request GET /m2/org/ajoberstar/grgit/grgit-core/4.0.1/grgit-core-4.0.1.jar HTTP/1.1
2023-06-26T14:30:02.495+0200 [DEBUG] [org.gradle.internal.resource.transport.http.AlwaysFollowAndPreserveMethodRedirectStrategy] Redirect requested to location 'https://jcenter.bintray.com/org/ajoberstar/grgit/grgit-core/4.0.1/grgit-core-4.0.1.jar'
2023-06-26T14:30:02.495+0200 [DEBUG] [org.apache.http.impl.execchain.RedirectExec] Redirecting to 'https://jcenter.bintray.com/org/ajoberstar/grgit/grgit-core/4.0.1/grgit-core-4.0.1.jar' via {s}->https://jcenter.bintray.com:443
2023-06-26T14:30:02.572+0200 [DEBUG] [org.apache.http.impl.execchain.MainClientExec] Executing request GET /org/ajoberstar/grgit/grgit-core/4.0.1/grgit-core-4.0.1.jar HTTP/1.1
2023-06-26T14:30:02.733+0200 [DEBUG] [org.gradle.internal.resource.transport.http.HttpResponseResource] Attempting to download resource https://plugins.gradle.org/m2/org/ajoberstar/grgit/grgit-core/4.0.1/grgit-core-4.0.1.jar.
2023-06-26T14:30:02.733+0200 [INFO] [org.gradle.internal.resource.transfer.DefaultCacheAwareExternalResourceAccessor] Downloading https://plugins.gradle.org/m2/org/ajoberstar/grgit/grgit-core/4.0.1/grgit-core-4.0.1.jar to /home/ubuntu/.gradle/.tmp/gradle_download7225960169490676614bin
2023-06-26T14:30:02.886+0200 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationRunner] Build operation 'Download https://plugins.gradle.org/m2/org/ajoberstar/grgit/grgit-core/4.0.1/grgit-core-4.0.1.jar' completed
2023-06-26T14:30:02.888+0200 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.CachingModuleComponentRepository] Downloaded artifact 'grgit-core-4.0.1.jar (org.ajoberstar.grgit:grgit-core:4.0.1)' from resolver: Gradle Central Plugin Repository
2023-06-26T14:30:02.973+0200 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.RepositoryChainComponentMetaDataResolver] Attempting to resolve component for org.ajoberstar.grgit:grgit-core:4.0.1 using repositories [Gradle Central Plugin Repository]
2023-06-26T14:30:02.973+0200 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.CachingModuleComponentRepository] Using cached module metadata for module 'org.ajoberstar.grgit:grgit-core:4.0.1' in 'Gradle Central Plugin Repository'
2023-06-26T14:30:02.973+0200 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.RepositoryChainComponentMetaDataResolver] Using org.ajoberstar.grgit:grgit-core:4.0.1 from Maven repository 'Gradle Central Plugin Repository'
2023-06-26T14:30:02.973+0200 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.resolveengine.graph.builder.DependencyGraphBuilder] Visiting configuration org.ajoberstar.grgit:grgit-core:4.0.1(runtime).
2023-06-26T14:30:02.977+0200 [DEBUG] [org.gradle.internal.component.model.LoggingAttributeMatchingExplanationBuilder] Selected match org.ajoberstar.grgit:grgit-core:4.0.1 configuration runtime from candidates [org.ajoberstar.grgit:grgit-core:4.0.1 configuration runtime] for {org.gradle.category=library, org.gradle.dependency.bundling=external, org.gradle.jvm.version=8, org.gradle.libraryelements=jar, org.gradle.plugin.api-version=8.1.1, org.gradle.usage=java-runtime}
2023-06-26T14:30:03.335+0200 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.RepositoryChainComponentMetaDataResolver] Attempting to resolve component for org.ajoberstar.grgit:grgit-core:4.0.1 using repositories [Gradle Central Plugin Repository]
2023-06-26T14:30:03.335+0200 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.CachingModuleComponentRepository] Using cached module metadata for module 'org.ajoberstar.grgit:grgit-core:4.0.1' in 'Gradle Central Plugin Repository'
2023-06-26T14:30:03.335+0200 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.RepositoryChainComponentMetaDataResolver] Using org.ajoberstar.grgit:grgit-core:4.0.1 from Maven repository 'Gradle Central Plugin Repository'
2023-06-26T14:30:03.335+0200 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.resolveengine.graph.builder.DependencyGraphBuilder] Visiting configuration org.ajoberstar.grgit:grgit-core:4.0.1(runtime).
2023-06-26T14:30:03.339+0200 [DEBUG] [org.gradle.internal.component.model.LoggingAttributeMatchingExplanationBuilder] Selected match org.ajoberstar.grgit:grgit-core:4.0.1 configuration runtime from candidates [org.ajoberstar.grgit:grgit-core:4.0.1 configuration runtime] for {org.gradle.category=library, org.gradle.dependency.bundling=external, org.gradle.jvm.version=8, org.gradle.libraryelements=jar, org.gradle.plugin.api-version=8.1.1, org.gradle.usage=java-runtime}

from btrace.

jbachorik avatar jbachorik commented on July 20, 2024

Thanks for verifying!
I assume it is ok to close the issue now.

from btrace.

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.