Advertisement
Guest User

Untitled

a guest
Feb 20th, 2020
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. apply plugin: 'maven-publish'
  2.  
  3. publishing {
  4. publications {
  5. maven(MavenPublication) {
  6. groupId = 'pl.fpf.index'
  7. artifactId = 'database'
  8. version = '0.0.55-SNAPSHOT' from components.java
  9. }
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement