Skip to content

Commit

Permalink
Enable dependency license check and removing unused license
Browse files Browse the repository at this point in the history
Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
  • Loading branch information
sgup432 committed Apr 7, 2022
1 parent 340f11e commit 34fca9b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,6 @@ checkstyleMain.enabled = false
checkstyleTest.enabled = false

dependencies {
if (JavaVersion.current() <= JavaVersion.VERSION_1_8) {
implementation files("${System.properties['java.home']}/../lib/tools.jar")
}

def jacksonVersion = "2.12.6"
def nettyVersion = "4.1.73.Final"
Expand Down Expand Up @@ -323,7 +320,6 @@ dependencies {
}

dependencyLicenses {
enabled false
mapping from: /jackson-.*/, to: 'jackson'
}

Expand Down
8 changes: 0 additions & 8 deletions licenses/paranamer-LICENSE.txt

This file was deleted.

Empty file removed licenses/paranamer-NOTICE.txt
Empty file.

0 comments on commit 34fca9b

Please sign in to comment.