14 lines
218 B
Groovy
14 lines
218 B
Groovy
|
dependencies {
|
||
|
}
|
||
|
|
||
|
publishing {
|
||
|
publications {
|
||
|
mavenJava(MavenPublication) {
|
||
|
groupId = 'io.gitlab.jfronny'
|
||
|
artifactId = 'muscript'
|
||
|
|
||
|
from components.java
|
||
|
}
|
||
|
}
|
||
|
}
|