2
0
Fork 0
mirror of https://github.com/ethauvin/rife2-hello.git synced 2025-04-25 07:27:12 -07:00

Merge branch 'develop'

This commit is contained in:
Geert Bevin 2023-03-07 13:44:05 -05:00
commit 68ded33df3

View file

@ -63,6 +63,7 @@ publishing {
}
publications {
create<MavenPublication>("maven") {
artifactId = rootProject.name
from(components["java"])
}
}