File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
dd-smoke-tests/springboot-tomcat Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -67,39 +67,39 @@ dependencies {
6767 testImplementation project(' :dd-smoke-tests' )
6868}
6969
70- tasks. sourcesJar {
70+ tasks. named( ' sourcesJar' ) {
7171 dependsOn ' unzip'
7272}
7373
74- tasks. javadocJar {
74+ tasks. named( ' javadocJar' ) {
7575 dependsOn ' unzip'
7676}
7777
78- tasks. bootWar {
78+ tasks. named( ' bootWar' ) {
7979 dependsOn ' unzip'
8080}
8181
82- tasks. bootWarMainClassName {
82+ tasks. named( ' bootWarMainClassName' ) {
8383 dependsOn ' unzip'
8484}
8585
86- tasks. war {
86+ tasks. named( ' war' ) {
8787 dependsOn ' unzip'
8888}
8989
90- tasks. javadocJar {
90+ tasks. named( ' javadocJar' ) {
9191 dependsOn ' unzip'
9292}
9393
94- tasks. sourcesJar {
94+ tasks. named( ' sourcesJar' ) {
9595 dependsOn ' unzip'
9696}
9797
98- tasks. forbiddenApisMain {
98+ tasks. named( ' forbiddenApisMain' ) {
9999 dependsOn ' unzip'
100100}
101101
102- tasks. spotbugsMain {
102+ tasks. named( ' spotbugsMain' ) {
103103 dependsOn ' unzip'
104104}
105105
You can’t perform that action at this time.
0 commit comments