Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plot-image-export artifact publication is broken #1105

Closed
ileasile opened this issue May 17, 2024 · 1 comment
Closed

Plot-image-export artifact publication is broken #1105

ileasile opened this issue May 17, 2024 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@ileasile
Copy link
Member

Now in master, empty JAR is published for plot-image-export, to fix, this or similar patch should be applied

Index: plot-image-export/build.gradle.kts
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/plot-image-export/build.gradle.kts b/plot-image-export/build.gradle.kts
--- a/plot-image-export/build.gradle.kts	(revision 97501d5bc10a9d541e24a2ebcafaa280f5cbf437)
+++ b/plot-image-export/build.gradle.kts	(date 1715969263780)
@@ -78,6 +78,8 @@
 val jvmJarPlotImageExport by tasks.registering (Jar::class) {
     archiveFileName.set("$artifactBaseName-${artifactVersion}.jar")
 
+    from(kotlin.jvm().compilations["main"].output)
+
     // Add LICENSE file to the META-INF folder inside published JAR files.
     metaInf {
         from("$rootDir") {
@alshan alshan added the bug Something isn't working label May 17, 2024
@alshan alshan added this to the 2024Q2 milestone May 17, 2024
@VDovidaytis-HORIS
Copy link
Collaborator

Fixed: 569e87f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants