How can I build rapidminer studio from git?
After git clone and run ./gradlew jar to build rapidminer studio, I am getting the following error, any help would be appreciated:
======= begin ========
Starting a Gradle Daemon (subsequent builds will be faster)
> Configure project :
The Task.leftShift(Closure) method has been deprecated and is scheduled to be removed in Gradle 5.0. Please use Task.doLast(Action) instead.
at build_eknxxac1totowtka7c4nyo3nc.run(/Users/jwang/git/rapidminer-studio/build.gradle:12)
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'rapidminer-studio'.
> Extension of type 'DefaultPublishingExtension' does not exist. Currently registered extension types: [ExtraPropertiesExtension, DefaultArtifactPublicationSet, ReportingExtension, EclipseModel, IdeaModel, PublishingExtension, PublishingExtension, JacocoPluginExtension]
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED in 4s
======= end =====
Answers
You can find solution here: https://github.com/rapidminer/rapidminer-studio/issues/21