[EPIC] Provide Gradle Equivalents of Existing Maven Plugins
See original GitHub issueRight now we do kubernetes-maven-plugin and openshift-maven-plugin. But we also need to provide equivalents for gradle since gradle is also very popular these days. We would first need to get #30 fixed in order to achieve this.
Tasks
- #764
- #769
- #800
- #765
- #808
- #849
- #835
- #834
- #837
- #882
- #880
- #881
- #921
- #914
- #922
- #934
- #935
- #945
- #949
- #950
- #951
- #952
- #850
- #903
- #851
- #838
- #1029
- #1052
- #1053
- #1075
- #1076
- #1109
- #1110
- #1049
- #931
- #1051
- #1047
- #1048
- #1146
- #1147
- #1148
- #1149
- #1150
- #1151
- #1201
- #1202
- #1203
- #1204
- #1205
- #1206
- #1207
- #1208
- #1210
- #1211
- #1214
- #1236
- #1237
- #1238
- #1239
- #1240
- #1248
- #1250
- #1256
- #1257
- #1258
- #1259
- #1260
- #1261
- #1262
- #1297
- #1298
- #1299
- #1301
- #1302
- #1303
- #1308
- #1310
- #1311
- #1312
- #1336
- #1197
- #1050
- #1243
- #900
- #899
- #901
- #867
- #1512
- #1634
- #1633
- #1134
- #1184
- #1185
- #836
- #1073
- #147
CQs
- org.codehaus.groovy:groovy-all:2.4.7
- org.gradle:gradle-base-services:6.1.1
- org.gradle:gradle-base-services-groovy:6.1.1
- org.gradle:gradle-core:6.1.1
- org.gradle:gradle-core-api:6.1.1
- org.gradle:gradle-dependency-management:6.1.1
- org.gradle:gradle-logging:6.1.1
- org.gradle:gradle-messaging:6.1.1
- org.gradle:gradle-model-core:6.1.1
- org.gradle:gradle-native:6.1.1
- org.gradle:gradle-plugins:6.1.1
- org.gradle:gradle-platform-jvm:6.1.1
- org.gradle:gradle-process-services:6.1.1
- org.gradle:gradle-test-kit:6.1.1
- org.gradle:gradle-tooling-api:6.1.1
- org.mockito:mockito-core:3.11.2
Issue Analytics
- State:
- Created 4 years ago
- Reactions:9
- Comments:8 (4 by maintainers)
Top 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 >
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

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 🤞.
Thanks @manusa ! I was not aware it was there.