mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-02 13:10:55 +00:00
Adjust plugin JAR name.
This commit is contained in:
parent
3377060736
commit
be7df6dcc6
@ -14,4 +14,4 @@ build:
|
||||
- .gradle
|
||||
artifacts:
|
||||
paths:
|
||||
- "**/build/libs/*.jar"
|
||||
- "**/build/libs/*-plugin.jar"
|
||||
|
@ -1,3 +1,5 @@
|
||||
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
|
||||
|
||||
plugins {
|
||||
java
|
||||
id("org.jetbrains.kotlin.jvm") version "1.6.10" apply false
|
||||
@ -51,4 +53,8 @@ subprojects {
|
||||
expand(props)
|
||||
}
|
||||
}
|
||||
|
||||
tasks.withType<ShadowJar> {
|
||||
archiveClassifier.set("plugin")
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user