Hi,
I am using RM Studio 8.2 and RM Server 8.2.
After building its running properly in 8.2 (studio and server) but not running in 8.1.
To run on other versions for compatibility I have added
dependencies {
rapidminer '8.2.0'
rapidminer '8.1.0'
rapidminer '8.1.1'
}
in my build.gradle file
and tried testing on 8.1 version I am still getting error message as:
"dependency not fulfilled. Extension needs RM studio 8.1.001, RM Studio version is 8.1.000".
I have added 8.1.0 in gradle should this be enough or is there something I have to specifically add...?
Any suggestion what could be added in gradle files to include all the point versions eg: 8.1.(001, 000) ...?