We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b48ddb commit 896ca92Copy full SHA for 896ca92
build.gradle
@@ -36,7 +36,7 @@ repositories {
36
ext {
37
set('snippetsDir', file('build/generated-snippets'))
38
applicationProperties = System.getProperty('applicationProperties', './src/test/resources/test-config/application-test.properties')
39
- pythonLocation = System.getProperty('pythonExecutable', 'file:///c:/python310/python.exe')
+ pythonLocation = System.getProperty('pythonExecutable', 'file:///usr/bin/python3')
40
}
41
42
dependencies {
0 commit comments