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

Geosim build fails #50

Closed
tobiaswjohn opened this issue May 29, 2024 · 2 comments
Closed

Geosim build fails #50

tobiaswjohn opened this issue May 29, 2024 · 2 comments

Comments

@tobiaswjohn
Copy link

The build of branch "geosim" fails. There seems to be an issue with one of the dependencies. I get the following error message when I run ./gradlew shadowJar

* What went wrong:
Could not determine the dependencies of task ':shadowJar'.
> Could not resolve all files for configuration ':runtimeClasspath'.
   > Could not download scenario_verifier_2.13-0.2.14.jar (into-cps:scenario_verifier_2.13:0.2.14)
      > Could not get resource 'https://overture.au.dk/artifactory/libs-release/into-cps/scenario_verifier_2.13/0.2.14/scenario_verifier_2.13-0.2.14.jar'.
         > Could not GET 'https://overture.au.dk/artifactory/libs-release/into-cps/scenario_verifier_2.13/0.2.14/scenario_verifier_2.13-0.2.14.jar'. Received status code 502 from server: Bad Gateway
@huangyegithub
Copy link

huangyegithub commented Jan 22, 2025

In file ./build.gradle, the package

into-cps:scenario_verifier_2.13:0.2.14

is unavailable on the Maven Central Repository because it is outdated. The repository only hosts the latest version, which is 0.2.22.

Then, the code attempts to download the package from the URL:

https://overture.au.dk/artifactory/libs-release/

However, this URL is no longer accessible and returns a 502 error, preventing the program from building successfully.

When I comment out the previous two lines, the program builds without issue.

How will excluding this package affect the overall functionality and usage of our program?

@huangyegithub huangyegithub marked this as a duplicate of #52 Jan 22, 2025
@Edkamb
Copy link
Collaborator

Edkamb commented Jan 28, 2025

Fixed by 3e47caa
Is fine to remove, the dependency is also removed on the main branch and is related to an experimental feature we deleted.

@Edkamb Edkamb closed this as completed Jan 28, 2025
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

3 participants