bmwcarit / joynr

A transport protocol agnostic (MQTT, HTTP, WebSockets etc.) Franca IDL based communication framework supporting multiple communication paradigms (RPC, Pub-Sub, broadcast etc.)
Apache License 2.0
183 stars 54 forks source link

Gradle plugin requires Android in non-android project #71

Open AnakinPt opened 3 years ago

AnakinPt commented 3 years ago

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'

ostkamp commented 2 years ago

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.