Skip to content

Commit

Permalink
fix(mps-model-adapters): publish sources jar
Browse files Browse the repository at this point in the history
  • Loading branch information
slisson committed Mar 13, 2024
1 parent fa10531 commit aab7150
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mps-model-adapters/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,15 @@ dependencies {

group = "org.modelix.mps"

java {
withSourcesJar()
}

publishing {
publications {
create<MavenPublication>("maven") {
artifactId = "model-adapters"
from(components["kotlin"])
from(components["java"])
}
}
}

0 comments on commit aab7150

Please sign in to comment.