add components.java to maven publication
This commit is contained in:
parent
5149e341e6
commit
4a5f8f2daf
1 changed files with 3 additions and 1 deletions
|
|
@ -16,6 +16,8 @@ publishing {
|
|||
}
|
||||
}
|
||||
publications {
|
||||
gpr(MavenPublication)
|
||||
gpr(MavenPublication) {
|
||||
from components.java
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue