Skip to content

Commit 3949ebc

Browse files
committed
Tentative JitPack build fix 2
1 parent 2502f3b commit 3949ebc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

build.gradle.kts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,15 @@ tasks.processResources {
9494
)
9595
}
9696
}
97+
98+
publishing {
99+
publications {
100+
create<MavenPublication>("maven") {
101+
groupId = project.group.toString()
102+
artifactId = project.name
103+
version = project.version.toString()
104+
105+
from(components["java"])
106+
}
107+
}
108+
}

0 commit comments

Comments
 (0)