mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-21 12:46:46 +01:00
Fix publishing. I am an author.
This commit is contained in:
parent
992a683ba2
commit
224e3b6ad4
@ -128,6 +128,10 @@ allprojects {
|
||||
id.set("SirYwell")
|
||||
name.set("Hannes Greule")
|
||||
}
|
||||
developer {
|
||||
id.set("dordsor21")
|
||||
name.set("dordsor21")
|
||||
}
|
||||
}
|
||||
|
||||
scm {
|
||||
@ -197,6 +201,10 @@ allprojects {
|
||||
opt.destinationDirectory = javadocDir
|
||||
}
|
||||
|
||||
jar {
|
||||
this.archiveClassifier.set("jar")
|
||||
}
|
||||
|
||||
shadowJar {
|
||||
this.archiveClassifier.set(null as String?)
|
||||
this.archiveFileName.set("${project.name}-${project.version}.${this.archiveExtension.getOrElse("jar")}")
|
||||
|
Loading…
Reference in New Issue
Block a user