Publish libac
This commit is contained in:
parent
d5d9a2a5ef
commit
bbafb83966
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ plugins {
|
|||
id 'maven-publish'
|
||||
}
|
||||
|
||||
version = "1.0.1"
|
||||
group = "dev.zontreck"
|
||||
archivesBaseName = "libac"
|
||||
|
||||
repositories {
|
||||
// Use Maven Central for resolving dependencies.
|
||||
mavenCentral()
|
||||
|
|
Loading…
Reference in a new issue