Skip to content

Commit

Permalink
fix: dependency publishing for dataset-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilczaja committed Dec 16, 2024
1 parent 4886e4e commit e6d4774
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions extensions/dataset-bugfix/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,11 @@ dependencies {
api(libs.edc.webSpi)
api(libs.edc.dspApiConfiguration)
}

publishing {
publications {
create<MavenPublication>(project.name) {
from(components["java"])
}
}
}

0 comments on commit e6d4774

Please sign in to comment.