sharmando
sharmando
Additionally there seems to be a lot of releases on 2.x that are not in 1.x. The comment about still recommending 1.x for jvm lib users seems misleading.
> +1 for Kotlin Gradle DSL. > > @ScottPierce I'm doing this (more readable): > > ```kotlin > import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar > > tasks.withType { > archiveFileName.set("my-app.jar") // Use other properties...
same issue my subproject ingestion is generating: ingestion.jar ingestion-all.jar Despite I also have mergeServiceFiles() in my config the -all file is much larger than the non -all.I Have a project...
https://github.com/Azure/azure-service-bus-java/issues/280#issuecomment-2071312651 It is a bug. However, yes: Creating and closing the producer each time you need it is a simple workaround. Not ideal, not the best at scale, but it...