Skip to content

Commit 139b81d

Browse files
committed
Added publication
1 parent ff88414 commit 139b81d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

build.gradle.kts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ plugins {
55
`maven-publish`
66
}
77

8+
publishing {
9+
publications {
10+
create<MavenPublication>("jar") {
11+
from(components["java"])
12+
groupId = "org.utpython.types"
13+
artifactId = project.name
14+
}
15+
}
16+
}
17+
818
tasks.test {
919
useJUnitPlatform()
1020
}

0 commit comments

Comments
 (0)