Skip to content

Commit

Permalink
Add check SHA for OpenJCEPlus repo
Browse files Browse the repository at this point in the history
- Add check SHA for OpenJCEPlus repo

Signed-off-by: LongyuZhang <[email protected]>
  • Loading branch information
LongyuZhang committed Feb 21, 2024
1 parent ca20b01 commit b498a64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functional/OpenJcePlusTests/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@

<target name="getOpenJcePlusTests" depends="openJcePlusTests.check" unless="openJcePlusTests.exists">
<getFileWithRetry file="OpenJCEPlus" command="git clone --depth 1 -q ${openjceplusGitRepo} -b ${openjceplusGitBranch} OpenJCEPlus"/>
<checkGitRepoSha repoDir="OpenJCEPlus"/>
<delete dir="./OpenJCEPlus/src/main" />
</target>

Expand Down

0 comments on commit b498a64

Please sign in to comment.