Skip to content

Commit c60a08b

Browse files
authored
1.x: exclude some text files from license checks (ReactiveX#4093)
1 parent b21504d commit c60a08b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ test{
6161
maxHeapSize = "2g"
6262
}
6363

64+
license {
65+
excludes(["**/*.md", "**/*.txt", "**/unsafe/*.java", "**/atomic/*.java", "**/Beta.java", "**/Experimental.java"])
66+
}
67+
6468
jacoco {
6569
toolVersion = '0.7.7.201606060606' // See http://www.eclemma.org/jacoco/.
6670
}

0 commit comments

Comments
 (0)