File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def azureIdentityVersion = '1.11.1'
2222def durabletaskClientVersion = ' 1.5.0'
2323// When build on local, you need to set this value to your local jdk11 directory.
2424// Java11 is used to compile and run all the tests.
25- def PATH_TO_TEST_JAVA_RUNTIME = System . env. JDK_11 ?: System . getProperty( " java.home " )
25+ def PATH_TO_TEST_JAVA_RUNTIME = " $ System . env . JDK_11 "
2626
2727repositories {
2828 mavenCentral()
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ def azureCoreVersion = '1.45.0'
1313def azureIdentityVersion = ' 1.11.1'
1414// When build on local, you need to set this value to your local jdk11 directory.
1515// Java11 is used to compile and run all the tests.
16- def PATH_TO_TEST_JAVA_RUNTIME = System . env. JDK_11 ?: System . getProperty( " java.home " )
16+ def PATH_TO_TEST_JAVA_RUNTIME = " $ System . env . JDK_11 "
1717
1818repositories {
1919 mavenCentral()
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def azureIdentityVersion = '1.11.1'
2222def durabletaskClientVersion = ' 1.5.0'
2323// When build on local, you need to set this value to your local jdk11 directory.
2424// Java11 is used to compile and run all the tests.
25- def PATH_TO_TEST_JAVA_RUNTIME = System . env. JDK_11 ?: System . getProperty( " java.home " )
25+ def PATH_TO_TEST_JAVA_RUNTIME = " $ System . env . JDK_11 "
2626
2727repositories {
2828 mavenCentral()
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ def jacksonVersion = '2.15.3'
1717// When build on local, you need to set this value to your local jdk11 directory.
1818// Java11 is used to compile and run all the tests.
1919// Example for Windows: C:/Program Files/Java/openjdk-11.0.12_7/
20- def PATH_TO_TEST_JAVA_RUNTIME = System . env. JDK_11 ?: System . getProperty( " java.home " )
20+ def PATH_TO_TEST_JAVA_RUNTIME = " $ System . env . JDK_11 "
2121
2222dependencies {
2323
You can’t perform that action at this time.
0 commit comments