We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c0c1a commit 6803209Copy full SHA for 6803209
2 files changed
.github/workflows/release.yml
@@ -43,3 +43,4 @@ jobs:
43
ksmt-yices/build/release/**/ksmt-yices-*.jar
44
ksmt-cvc5/build/release/**/ksmt-cvc5-*.jar
45
ksmt-runner/build/release/**/ksmt-runner-*.jar
46
+ ksmt-symfpu/build/release/**/ksmt-symfpu-*.jar
ksmt-symfpu/build.gradle.kts
@@ -19,7 +19,7 @@ dependencies {
19
publishing {
20
publications {
21
create<MavenPublication>("maven") {
22
- project.shadow.component(this)
+ from(components["java"])
23
24
addKsmtPom()
25
addSourcesAndJavadoc(project)
0 commit comments