You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: