Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
Fix publishing of transmart-schema jar file.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewelinagr committed Aug 16, 2022
1 parent 9d00d9a commit b651751
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions transmart-schemas/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,10 @@ dependencies {
testRuntime 'com.h2database:h2:1.4.200'
}

tasks.named("bootJar") {
from('src/main/resources') {
include '**/*.*'
}
jar {
manifest {
attributes(
'Implementation-Version': project.version
'Implementation-Version': project.version
)
}
}
Expand All @@ -37,6 +34,7 @@ task createVersionFile() {
assemble.dependsOn 'createVersionFile'

publishToMavenLocal.dependsOn assemble
publish.dependsOn assemble

publishing {
publications {
Expand Down

0 comments on commit b651751

Please sign in to comment.