You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Description: This script 1) downloads the latest java-sdk jar published in Maven Repo 2) builds the jar of current java-sdk version, then 3) generate an API diff report of the two versions.
4
4
# Assumptions
5
-
# 1. This script is placed in the project root of java-sdk.
5
+
# 1. This script is placed in .utility folder of the java-sdk.
6
6
# 2. Version format is [0-9].[0-9].[0-9]
7
7
8
8
# Step 1: Download the latest release of java-sdk published in Maven Repository.
@@ -34,7 +34,7 @@ popd
34
34
./gradlew shadowJar
35
35
36
36
# Step 5: Construct the filepath to the current version of java-sdk.
0 commit comments