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
for building project after cloning it in my pc. then run command gradlew ja----> throws expception
Could not resolve all artifacts for configuration 'classpath'. Could not resolve org.ajoberstar.grgit:grgit-core:4.0.2. Required by: unspecified:unspecified:unspecified > org.ajoberstar.grgit:grgit-gradle:4.0.2 > Could not resolve org.ajoberstar.grgit:grgit-core:4.0.2. > Could not get resource 'https://plugins.gradle.org/m2/org/ajoberstar/grgit/grgit-core/4.0.2/grgit-core-4.0.2.pom'. > Could not GET 'https://jcenter.bintray.com/org/ajoberstar/grgit/grgit-core/4.0.2/grgit-core-4.0.2.pom'. Received status code 403 from server: Forbidden
i comment all props.gradle file to ignore resolving classpath 'org.ajoberstar.grgit:grgit-gradle:4.0.+'
after that again run command gradlew jar and throws a new nasty exception..... FAILURE: Build failed with an exception.
Where: Script 'C:\Users\hedi\Desktop\rapidminer-studio-modular\open-source\os-module.gradle' line: 12
What went wrong: A problem occurred evaluating script.
Plugin with id 'com.rapidminer.java-basics' not found.
The text was updated successfully, but these errors were encountered:
I am trying to compile RapidMiner Studio on Ubuntu 20.4, I am getting the same error. Any idea to fix it?
Sorry, something went wrong.
the same problem
No branches or pull requests
for building project after cloning it in my pc.
then run command gradlew ja----> throws expception
A problem occurred evaluating project ':rapidminer-studio-core'.
i comment all props.gradle file to ignore resolving classpath 'org.ajoberstar.grgit:grgit-gradle:4.0.+'
after that again run command gradlew jar
and throws a new nasty exception.....
FAILURE: Build failed with an exception.
Where:
Script 'C:\Users\hedi\Desktop\rapidminer-studio-modular\open-source\os-module.gradle' line: 12
What went wrong:
A problem occurred evaluating script.
The text was updated successfully, but these errors were encountered: