question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cant apply this plugin into plugins {} in gradle

See original GitHub issue

What is the plugin id ?

i cant use buildscript{} and plugins{} at the same time and jsonSchema2Pojo as an id doesnt work its says it cant find the plugin.

Plugin [id: ‘jsonSchema2Pojo’, version: ‘1.0.0-alpha2’] was not found in any of the following sources:

Is it even possible or im missign soemthing ?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:12 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
AceHackcommented, Apr 9, 2020

Yes would love for that to be contributed to this repo

4reactions
renannpradocommented, Apr 9, 2020

@eirnym thanks, seems to be working for us, even with Kotlin dsl. Could you send a pull request to this repo?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Using Gradle Plugins
Applying a plugin means actually executing the plugin's Plugin.apply(T) on the Project you want to enhance with the plugin. Applying plugins is idempotent....
Read more >
Gradle apply plugin vs plugins - Stack Overflow
In your case, the plugin only exists in mavenLocal , so the plugins block cannot resolve it, as it only looks into the...
Read more >
Building a Gradle plugin to support your Android SDK
Using a Gradle plugin to initialise your Android SDK in user's app. This plugin will parse your configuration file and inject them as...
Read more >
Issues with dependencies in Gradle plugin-project
I still cannot figure out how to reference maven pluging to support Maven projects (as I already had issue with). So far I...
Read more >
Loading Gradle plugins in 2019 - Martin Bonnin - Medium
If you're in a hurry and you don't use buildSrc: If you have a few minutes, read on ! Anatomy of a Gradle...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found