mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2026-04-08 16:10:26 +00:00
more changes
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
description = "Api functions for valiobungee"
|
||||
|
||||
|
||||
java {
|
||||
withJavadocJar()
|
||||
withSourcesJar()
|
||||
plugins {
|
||||
`maven-publish`
|
||||
}
|
||||
|
||||
description = "Api functions for valiobungee"
|
||||
|
||||
dependencies {
|
||||
testImplementation(libs.testing.juipter)
|
||||
}
|
||||
@@ -14,3 +12,12 @@ tasks.test {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
create<MavenPublication>("maven") {
|
||||
from(components["java"])
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user