Skip to content

Commit dea0ae1

Browse files
committed
Add maven-publish plugin to build.gradle.kts
1 parent 6fd3d9d commit dea0ae1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
plugins {
22
id("java-library")
33
id("jacoco")
4+
id("maven-publish")
45
}
56

67
group = "org.glavo"

0 commit comments

Comments
 (0)