LionWeb-io / lionweb-pricing-demo

0 stars 0 forks source link

Tried download + gradle, but failed #1

Open markusvoelter opened 11 months ago

markusvoelter commented 11 months ago

When running gradlew, I get:

Starting a Gradle Daemon (subsequent builds will be faster)

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/markusvoelter/Documents/projects/lionweb-pricing-demo/pricing-engine/build.gradle.kts' line: 1

* What went wrong:
Plugin [id: 'com.strumenta.kolasu.lionwebgen', version: '1.5.25-SNAPSHOT'] was not found in any of the following sources:

- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Plugin Repositories (could not resolve plugin artifact 'com.strumenta.kolasu.lionwebgen:com.strumenta.kolasu.lionwebgen.gradle.plugin:1.5.25-SNAPSHOT')
  Searched in the following repositories:
    MavenLocal(file:/Users/markusvoelter/.m2/repository/)
    Gradle Central Plugin Repository
    MavenRepo
ftomassetti commented 11 months ago

Thank you for taking a look. At the moment there are dependencies from unreleased libraries, that I modify locally and publish to the local maven. However we could probably also publish the snapshots if it helps others to look into the tutorial without having to build the different libraries locally

markusvoelter commented 11 months ago
ftomassetti commented 11 months ago

I will get this fixed (hopefully later this week) and add a Readme