Skip to content
New issue

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

Gradle plugin requires Android in non-android project #71

Open
AnakinPt opened this issue Jan 27, 2021 · 1 comment
Open

Gradle plugin requires Android in non-android project #71

AnakinPt opened this issue Jan 27, 2021 · 1 comment

Comments

@AnakinPt
Copy link

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
Copy link
Contributor

ostkamp commented Sep 22, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants