Skip to content

Commit 934fce2

Browse files
committed
working on build
1 parent d389435 commit 934fce2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

preflight-core/preflight-gradle-plugin/build.gradle.kts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ tasks.test {
3434
useJUnitPlatform()
3535
}
3636

37-
signing {
38-
useGpgCmd()
39-
sign(publishing.publications["pluginMaven"])
40-
}
4137

4238
gradlePlugin {
4339
website.set("https://github.com/orbitalapi/preflight")
@@ -63,6 +59,7 @@ publishing {
6359
}
6460

6561
tasks.shadowJar {
62+
archiveClassifier.set("") // Make this the main JAR
6663
dependencies {
6764
include(project(":preflight-runtime"))
6865
include(dependency("org.taxilang:.*"))
@@ -71,5 +68,6 @@ tasks.shadowJar {
7168
}
7269

7370
signing {
71+
useGpgCmd()
7472
sign(publishing.publications)
7573
}

0 commit comments

Comments
 (0)