Skip to content

Commit 4c0f7ef

Browse files
committed
Fix shared-compiler artifact name
1 parent 6e19911 commit 4c0f7ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter-lib/shared-compiler/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ CreateResourcesTask.register(project, "buildProperties", tasks.processResources)
4848

4949
kotlinPublications {
5050
publication {
51-
publicationName.set("compiler")
51+
publicationName.set("shared-compiler")
5252
description.set("Implementation of REPL compiler and preprocessor for Jupyter dialect of Kotlin (IDE-compatible)")
5353
}
5454
}

0 commit comments

Comments
 (0)