We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In file ./build.gradle, the package
./build.gradle
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.
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 lines referencing this package, the program builds without issue.
How will excluding this package affect the overall functionality and usage of our program?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In file
./build.gradle
, the packageis 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:
However, this URL is no longer accessible and returns a 502 error, preventing the program from building successfully.
When I comment out the lines referencing this package, the program builds without issue.
How will excluding this package affect the overall functionality and usage of our program?
The text was updated successfully, but these errors were encountered: