File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -68,11 +68,12 @@ dependencies {
6868 compileOnly gradleApi()
6969 compileOnly localGroovy()
7070
71+ // Required for dependency licenses task
72+ implementation ' org.apache.rat:apache-rat:0.11'
73+ implementation ' commons-codec:commons-codec:1.12'
74+
7175 if (localRepo) {
7276 implementation name : " build-tools-${ buildToolsVersion} "
73- // Required for dependency licenses task (explicitly added in case of localRepo missing transitive dependencies)
74- implementation group : ' commons-codec' , name : ' commons-codec' , version : ' 1.12'
75- implementation group : ' org.apache.rat' , name : ' apache-rat' , version : ' 0.11'
7677 } else {
7778 implementation group : ' org.elasticsearch.gradle' , name : ' build-tools' , version : buildToolsVersion
7879 }
You can’t perform that action at this time.
0 commit comments