We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d9f3eb commit b4467d2Copy full SHA for b4467d2
1 file changed
kt/godot-library/build.gradle.kts
@@ -56,7 +56,7 @@ publishing {
56
}
57
artifactId = "godot-library"
58
description = "Contains godot api as kotlin classes and jvm cpp interaction code."
59
- from(components.getByName("java"))
+ artifact(tasks.jar)
60
61
62
0 commit comments