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

Does the dependency-submission action support a monorepo configuration? #280

Closed
Toru-Takagi opened this issue Jul 12, 2024 · 0 comments
Closed

Comments

@Toru-Takagi
Copy link

I tried running it with the simplest configuration, but the following error was displayed.

Error: Error: Cannot locate Gradle Wrapper script at '/home/runner/work/directory-name/directory-name/gradlew'. Specify 'gradle-version' for projects without Gradle wrapper configured.
Error: Cannot locate Gradle Wrapper script at '/home/runner/work/directory-name/directory-name/gradlew'. Specify 'gradle-version' for projects without Gradle wrapper configured.

My repository is structured as a monorepo and is organized as follows:

directory-name
  ┣ microservice A
  ┃      ┣ build.gradle.kts
  ┃      ┣ gradle.properties
  ┃      ┣ gradlew
  ┃      ┗ settings.gradle.kts
  ┣ microservice B
  ┃      ┣ build.gradle.kts
  ┃      ┣ gradle.properties
  ┃      ┣ gradlew
  ┃      ┗ settings.gradle.kts
  ┣ microservice C
  ┃      ┗ go.mod
  ┣ microservice D
  ┃      ┗ package.json
  ┗ microservice E
           ┣ build.gradle.kts
           ┣ gradle.properties
           ┣ gradlew
           ┗ settings.gradle.kts



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