mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2026-02-05 11:57:14 +01:00
plainJar depends on compilePaper
This commit is contained in:
@@ -78,6 +78,8 @@ tasks {
|
|||||||
}
|
}
|
||||||
|
|
||||||
val plainJar by registering(Jar::class) {
|
val plainJar by registering(Jar::class) {
|
||||||
|
dependsOn("compilePaper")
|
||||||
|
|
||||||
archiveClassifier.set("plain")
|
archiveClassifier.set("plain")
|
||||||
from(sourceSets.main.get().output)
|
from(sourceSets.main.get().output)
|
||||||
from(paper.output)
|
from(paper.output)
|
||||||
|
|||||||
Reference in New Issue
Block a user