python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Missing Google gradle plugins in Gradle plugin portal?
I was trying to migrate build.gradle files to use Kotlin DSL. Using the plugins block instead of apply (legacy, apparently) doesn't seem to be as straightforward as suggested. Since "com.google.f...

imashnake_
Votes: 0
Answers: 0
How to publish custom artifacts with `com.gradle.plugin-publish` plugin?
I'm trying to use ProGuard to minimize my gradle plugin and it works well, producing the output file a-min.jar
However, com.gradle.plugin-publish plugin just doesn't recognize it when using task publi...
ArcticLampyrid
Votes: 0
Answers: 1
Kotlin serialization plugin does not generate serializers in Gradle project
I'm trying to use the Kotlinx Serialization libraries and the associated Gradle plugin. It's supposed to generate serializers for when when I annotate a class with @Serializable, like this:
@Serializa...
Silver Quettier
Votes: 0
Answers: 0
Gradle shadowjar packages all submodules into a single jar
Original issue: https://github.com/johnrengelman/shadow/issues/744
I recently converted my project to a multi-module project, but I'm having trouble using shadowjar's minimize feature. Here is my proj...
RE_OVO
Votes: 0
Answers: 0