We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c096e commit 91ed449Copy full SHA for 91ed449
dev/check-licensing.sh
@@ -17,6 +17,8 @@
17
# limitations under the License.
18
################################################################################
19
20
+set -x
21
+
22
download_rat_jar () {
23
URL="https://repo.maven.apache.org/maven2/org/apache/rat/apache-rat/${RAT_VERSION}/apache-rat-${RAT_VERSION}.jar"
24
JAR="$rat_jar"
0 commit comments