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.

[EPIC] Provide Gradle Equivalents of Existing Maven Plugins

See original GitHub issue

github_iconTop GitHub Comments

3reactions
manusacommented, Jan 11, 2021

We’ll start working on this issue soon. With the most recent changes, every piece of logic has been moved to the JKube Kit component, so implementing the plugins should be very straightforward.

The feature is/was planned for 1.1, however we had to shift the team’s priorities during the past few weeks to deliver Fabric8 Kubernetes Client 5.0.0.

We’ll probably release 1.1 without the Gradle plugins and do a subsequent release in the following weeks with the Gradle plugins included 🤞.

2reactions
edeandreacommented, Feb 21, 2022

Thanks @manusa ! I was not aware it was there.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Migrating Builds From Apache Maven - Gradle User Manual
In the case of popular plugins, Gradle often has an equivalent plugin that you can use. You might also find that you can...
Read more >
Equivalent of Maven <plugins> tag in gradle - Help/Discuss
Currently I am trying to migrate a java Maven build setup which is already existing into Gradle. What is the quivalent of Maven...
Read more >
Maven Publish Plugin - Gradle User Manual
The Maven Publish Plugin provides the ability to publish build artifacts to an Apache Maven repository. A module published to a Maven repository...
Read more >
Gradle vs Maven Comparison
The following is a summary of the major differences between Gradle and Apache Maven: flexibility, performance, user experience, and dependency management. It is ......
Read more >
Sharing dependency versions between projects
In the Java ecosystem, Gradle provides a plugin for this purpose. It's also common to find platforms published as Maven BOMs which 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