Skip to content

Commit cb5c4be

Browse files
committed
Renamed missing pythonLocation to pythonExecutable
1 parent 19e8894 commit cb5c4be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ springBoot {
126126

127127
bootRun {
128128
systemProperty "spring.config.location", "file:$projectDir/"
129-
systemProperty "pythonLocation", pythonLocation
129+
systemProperty "pythonLocation", pythonExecutable
130130
}
131131

132132
bootJar {

0 commit comments

Comments
 (0)