Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build dependency #151

Open
Tracked by #154
tomhealey-icma opened this issue Apr 22, 2024 · 0 comments
Open
Tracked by #154

Build dependency #151

tomhealey-icma opened this issue Apr 22, 2024 · 0 comments

Comments

@tomhealey-icma
Copy link

Bug Report

The instructions indicate creating a settings.gradle file in .corp with the following:

rootProject.name = 'finos-traderX'
includeFlat 'database'
includeFlat 'account-service'
includeFlat 'position-service'
includeFlat 'trade-service'
includeFlat 'trade-processor'

I found that running:

cd .corp
./gradlew build

didn't work without adding:
dependencyResolutionManagement {
repositories {
// Use Maven Central for resolving dependencies.
mavenCentral()
}

to the setting.gradle file.

Steps to Reproduce:

  1. cd .corp
    ./gradlew build

will result in dependency error.

Expected Result:

successful build.

Actual Result:

Dependency error

Environment:

Windows 10
Gradle 8.4 and 8.5
JAVA 17
Powershell

Additional Context:

...add any other context about the problem here. If applicable, add screenshots to help explain...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant