Skip to content

Commit

Permalink
fix: gradle.properties in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvikc committed Jul 10, 2024
1 parent 4660446 commit c226fff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/doOneMillionUsersTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ do
cd ../../
git clone [email protected]:supertokens/supertokens-root.git
cd supertokens-root
rm gradle.properties

update-alternatives --install "/usr/bin/java" "java" "/usr/java/jdk-15.0.1/bin/java" 2
update-alternatives --install "/usr/bin/javac" "javac" "/usr/java/jdk-15.0.1/bin/javac" 2
Expand Down
1 change: 1 addition & 0 deletions .circleci/doTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ do
cd ../../
git clone [email protected]:supertokens/supertokens-root.git
cd supertokens-root
rm gradle.properties

update-alternatives --install "/usr/bin/java" "java" "/usr/java/jdk-15.0.1/bin/java" 2
update-alternatives --install "/usr/bin/javac" "javac" "/usr/java/jdk-15.0.1/bin/javac" 2
Expand Down

0 comments on commit c226fff

Please sign in to comment.