Skip to content
Snippets Groups Projects
Commit a88cc318 authored by anttil's avatar anttil
Browse files

SWE-22 / SP-1216: Remove revision from source jar name to make it possible to...

SWE-22 / SP-1216: Remove revision from source jar name to make it possible to define launch configurations with them

SVN: 31164
parent f2ba2a71
No related branches found
No related tags found
No related merge requests found
...@@ -193,7 +193,7 @@ task testJar(type: Jar, dependsOn: testClasses) { ...@@ -193,7 +193,7 @@ task testJar(type: Jar, dependsOn: testClasses) {
} }
task sourcesJar(type: Jar, dependsOn: classes) { task sourcesJar(type: Jar, dependsOn: classes) {
classifier = 'sources' archiveName = "${project.archivesBaseName}-sources"
from sourceSets.main.allSource from sourceSets.main.allSource
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment