joynr icon indicating copy to clipboard operation
joynr copied to clipboard

Gradle plugin requires Android in non-android project

Open AnakinPt opened this issue 3 years ago • 1 comments

Hi,

I'm trying to configure the gradle plugin in a pure Java application and the build fails because says it requires android tools gradle.

Does this requirement makes sense? In joynr/tools/generator/joynr-generator-gradle-plugin/build.gradle implementation 'com.android.tools.build:gradle:4.0.0'

AnakinPt avatar Jan 27 '21 11:01 AnakinPt

The gradle plugin is only supported for Android, that´s why it is only build with Android profile. Pure Java apps are supposed to use Maven.

Issue can be closed.

ostkamp avatar Sep 22 '22 15:09 ostkamp