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

SWE-22 / SSDM-16: create source jar earlier

SVN: 31252
parent 15c43dec
No related branches found
No related tags found
No related merge requests found
...@@ -203,7 +203,7 @@ task sourceJarForEclipseLaunchConfigs(type: Copy, dependsOn: sourcesJar) { ...@@ -203,7 +203,7 @@ task sourceJarForEclipseLaunchConfigs(type: Copy, dependsOn: sourcesJar) {
rename '.*', 'sources.jar' rename '.*', 'sources.jar'
} }
jar.dependsOn sourceJarForEclipseLaunchConfigs compileJava.dependsOn sourceJarForEclipseLaunchConfigs
artifacts { artifacts {
tests testJar tests testJar
......
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