Git Product home page Git Product logo

Comments (8)

ibauersachs avatar ibauersachs commented on July 22, 2024 1

It works if fetchSources is disabled:

platform {
    bundle('some-group:some-artifact:some-version')
    fetchSources = false
}

from bnd-platform.

stempler avatar stempler commented on July 22, 2024 1

@jochenberger Yes, right now it is only available via Maven Central (see instructions in README) and not via the Plugin Portal.

I added a ticket on adding the new releases to the Plugin Portal as well: #77

from bnd-platform.

stempler avatar stempler commented on July 22, 2024

Looks like a change to the behavior of the Gradle API there. I'm afraid I don't have time to look into this in the foreseeable future, but I will gladly test and review any PRs.

from bnd-platform.

vogella avatar vogella commented on July 22, 2024

Runinng the script with Gradle 6.5 I get the following message:

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':bundles'.
> Cannot add artifact if target configuration has been set

* 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 1s
1 actionable task: 1 executed

Here is my build file, works fine with Gradle 5.6.4:

plugins {
  id "org.standardout.bnd-platform" version "1.7.0"
}

repositories {
    mavenCentral()
}

platform {
    // add pegdown as dependency to the platform configuration
    bundle 'org.pegdown:pegdown:1.4.2'
}

from bnd-platform.

themhassany avatar themhassany commented on July 22, 2024

@vogella @ibauersachs's solution worked for me, give it a try.

from bnd-platform.

aumann avatar aumann commented on July 22, 2024

Disabling fetchSources does work around the problem for me, too.

I'd really prefer to have the sources available, though. Has anyone successfully applied the fix from in #73 - that is, is there a patched artificat published somewhere?

@yohoe how did you proceed, are you using a privately published artifact?

from bnd-platform.

jochenberger avatar jochenberger commented on July 22, 2024

Looks as if the new releases are not being published, the latest version in the Plugin Portal is still 1.7.0:
https://plugins.gradle.org/plugin/org.standardout.bnd-platform

from bnd-platform.

jochenberger avatar jochenberger commented on July 22, 2024

Sorry, I didn't notice that. Thanks for the clarification.

from bnd-platform.

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.