Skip to content

Commit

Permalink
Update symfpu release config (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saloed authored Aug 4, 2023
1 parent f5c0c1a commit 6803209
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ jobs:
ksmt-yices/build/release/**/ksmt-yices-*.jar
ksmt-cvc5/build/release/**/ksmt-cvc5-*.jar
ksmt-runner/build/release/**/ksmt-runner-*.jar
ksmt-symfpu/build/release/**/ksmt-symfpu-*.jar
2 changes: 1 addition & 1 deletion ksmt-symfpu/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
publishing {
publications {
create<MavenPublication>("maven") {
project.shadow.component(this)
from(components["java"])

addKsmtPom()
addSourcesAndJavadoc(project)
Expand Down

0 comments on commit 6803209

Please sign in to comment.