Skip to content

Commit aaef1ab

Browse files
shanthooshprateekm
authored andcommitted
SAMZA-1947: Remove specific js/css files from rat excludes
Internally at Linkedin we've observed that excluding specific `js` and `css` through rat gradle-plugin causes the ligradle build to not run the unit-tests. To fix it, this patch removes those files from rat excludes and adds the samza license to the individual files. Author: Shanthoosh Venkataraman <[email protected]> Reviewers: Prateek Maheshwari <[email protected]> Closes apache#703 from shanthoosh/master
1 parent 9d2d49e commit aaef1ab

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ rat {
6767
'**/bootstrap.min.css',
6868
'**/bootstrap.min.js',
6969
'**/build/**',
70-
'**/google-fonts.css',
7170
'**/ionicons.min.css',
7271
'**/font-awesome.min.css',
7372
'**/jquery-1.11.1.min.js',

docs/css/google-fonts.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
/*
2+
* Licensed to the Apache Software Foundation (ASF) under one
3+
* or more contributor license agreements. See the NOTICE file
4+
* distributed with this work for additional information
5+
* regarding copyright ownership. The ASF licenses this file
6+
* to you under the Apache License, Version 2.0 (the
7+
* "License"); you may not use this file except in compliance
8+
* with the License. You may obtain a copy of the License at
9+
*
10+
* http://www.apache.org/licenses/LICENSE-2.0
11+
*
12+
* Unless required by applicable law or agreed to in writing,
13+
* software distributed under the License is distributed on an
14+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
* KIND, either express or implied. See the License for the
16+
* specific language governing permissions and limitations
17+
* under the License.
18+
*/
119
/* latin-ext */
220
@font-face {
321
font-family: 'Barlow';

0 commit comments

Comments
 (0)