-
Notifications
You must be signed in to change notification settings - Fork 16
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
Publish version 7.1.0 to gradle plugin repository #150
Comments
@LanShunoda The New Relic plugin on the Gradle Plugin Portal is still in the Proof of Concept stage and is not fully functional. We need to make some changes on our end to make it work from the Gradle Plugin Portal. Currently, using the plugin from the Gradle Plugin Portal is not working as expected. Therefore, we recommend using the classpath method to integrate the New Relic plugin. |
@LanShunoda A suggested workaround to use the The Android agent plugin is not yet published to the Gradle Plugin Portal (we plan on doing this later this year), so until this is done you will have to provide the classpath to the plugin either through the buildscript DSL (as documented), or in settings.gradle(.kts) through the pluginManagement closure:
Then, the New Relic plugin can be declared in either pluginManagement (above), or the project level gradle build file:
And then applied in the app-level build file with:
|
Hi there! Is there any development on this? |
We have updated the gradle plugin with the latest release, you can find more details here |
I see that the latest version of newrelic android agent is 7.1.0 but gradle plugin repository contains only 7.0.0.
Please publish latest version of newrelic android agent to gradle plugin repository(https://plugins.gradle.org/plugin/com.newrelic.agent.android).
The text was updated successfully, but these errors were encountered: