Cant apply this plugin into plugins {} in gradle
See original GitHub issueWhat 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:
- Created 5 years ago
- Comments:12 (3 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yes would love for that to be contributed to this repo
@eirnym thanks, seems to be working for us, even with Kotlin dsl. Could you send a pull request to this repo?