File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ repositories {
36
36
ext {
37
37
set(' snippetsDir' , file(' build/generated-snippets' ))
38
38
applicationProperties = System . getProperty(' applicationProperties' , ' ./src/test/resources/test-config/application-test.properties' )
39
- pythonLocation = System . getProperty(' pythonExecutable' , ' file:///usr/bin/python3' )
39
+ pythonExecutable = System . getProperty(' pythonExecutable' , ' file:///usr/bin/python3' )
40
40
}
41
41
42
42
dependencies {
90
90
outputs. dir snippetsDir
91
91
finalizedBy jacocoTestReport
92
92
print (" Running tests with configuration: ${ applicationProperties} " )
93
+ print (" Running tests with python: ${ pythonExecutable} " )
93
94
environment ' spring.config.location' , applicationProperties
94
- environment ' pythonLocation' , pythonLocation
95
- // environment 'spring.config.location', 'classpath:/test-config/'
95
+ environment ' pythonLocation' , pythonExecutable
96
96
useJUnitPlatform()
97
97
}
98
98
You can’t perform that action at this time.
0 commit comments