mirror of
https://github.com/plexusorg/Plex.git
synced 2024-11-19 01:31:25 +00:00
Fix gradle file
This commit is contained in:
parent
24e031acae
commit
842f96678d
1 changed files with 2 additions and 12 deletions
|
@ -1,23 +1,13 @@
|
|||
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
|
||||
|
||||
group = rootProject.group
|
||||
version = rootProject.version
|
||||
description = "Plex-API"
|
||||
description = "Plex-Velocity"
|
||||
|
||||
repositories {
|
||||
maven { url = uri("https://papermc.io/repo/repository/maven-public/") }
|
||||
}
|
||||
|
||||
tasks.getByName<Jar>("jar") {
|
||||
archiveBaseName.set("Plex")
|
||||
archiveClassifier.set("proxy")
|
||||
val props = mapOf("version" to rootProject.version)
|
||||
// filter<org.apache.tools.ant.filters.ReplaceTokens>("tokens" to props)
|
||||
}
|
||||
|
||||
tasks.getByName<ShadowJar>("shadowJar") {
|
||||
val props = mapOf("version" to rootProject.version)
|
||||
// filter<org.apache.tools.ant.filters.ReplaceTokens>("tokens" to props)
|
||||
archiveBaseName.set("Plex-Velocity")
|
||||
}
|
||||
|
||||
tasks {
|
||||
|
|
Loading…
Reference in a new issue