Merge branch '3.2.x' into 3.3.x
Closes gh-42772
This commit is contained in:
@@ -30,7 +30,7 @@ configurations {
|
||||
|
||||
task syncMavenRepository(type: Sync) {
|
||||
from configurations.app
|
||||
into "${buildDir}/system-test-maven-repository"
|
||||
into layout.buildDirectory.dir("system-test-maven-repository")
|
||||
}
|
||||
|
||||
systemTest {
|
||||
|
||||
Reference in New Issue
Block a user