Skip to content

Commit 9b87983

Browse files
committed
build: maven publishing fix
1 parent 05a1188 commit 9b87983

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,8 @@ publishing {
206206
register('mavenJava', MavenPublication) {
207207
from components.java
208208
artifact sourcesJar
209+
version ftbPublishing.mavenVersion
210+
artifactId = archives_base_name
209211
// Uncomment this if you want to create an API jar
210212
// artifact apiJar
211213
}

0 commit comments

Comments
 (0)