Does anyone know about a Gradle plugin that allows...
# community-support
s
Does anyone know about a Gradle plugin that allows to embed metadata about Java / Kotlin resources into the compiled JAR? For example, I'd like to get the source code path (relative to the repository root) of a resource at runtime of the application.
v
Manifest becomes problematic when shading dependencies.
s