Skip to content

Commit

Permalink
chore(ci): java licenses files
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez committed Sep 21, 2023
1 parent f33ceee commit 326c3ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions java/LICENSE
1 change: 1 addition & 0 deletions java/NOTICE
2 changes: 1 addition & 1 deletion script/check_licenses.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
location=$(dirname $0)
rootdir=$location/../

denylist=("zz_generated" "zz_desc_generated" "vendor" "./.mvn/wrapper" "./docs/" "./.idea" "./build/" "./deploy/traits.yaml" "./pom.xml")
denylist=("zz_generated" "zz_desc_generated" "vendor" "./.mvn/wrapper" "./docs/" "./.idea" "./build/" "./deploy/traits.yaml" "./pom.xml" "./java/")

cd $rootdir
go build ./cmd/util/license-check/
Expand Down

0 comments on commit 326c3ee

Please sign in to comment.