mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2024-11-25 21:48:01 +00:00
maven publish commands aswell
This commit is contained in:
parent
7029552c02
commit
025b555457
@ -1,5 +1,6 @@
|
||||
plugins {
|
||||
`java-library`
|
||||
`maven-publish`
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@ -22,3 +23,11 @@ tasks {
|
||||
filteringCharset = Charsets.UTF_8.name()
|
||||
}
|
||||
}
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
create<MavenPublication>("maven") {
|
||||
from(components["java"])
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user