Skip to content

Commit 030d1a4

Browse files
committed
Fix publishing
1 parent 4a4735c commit 030d1a4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tasks-jvm/build.gradle.kts

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ plugins {
22
id("tasks.java-project")
33
}
44

5+
mavenPublishing {
6+
pom {
7+
name.set("Funfix Tasks (JVM)")
8+
description.set("Task datatype, meant for cross-language interoperability.")
9+
}
10+
}
11+
512
dependencies {
613
api(libs.jspecify)
714
compileOnly(libs.jetbrains.annotations)

0 commit comments

Comments
 (0)