Skip to content

Commit

Permalink
Deactivate Licenses Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelWuensch committed Aug 23, 2024
1 parent abad9e3 commit 86e38d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apply plugin: 'com.android.application'
apply plugin: 'com.jaredsburrows.license'
// apply plugin: 'com.jaredsburrows.license' // Uncomment when generating license report
apply plugin: "org.jetbrains.kotlin.android"
apply plugin: 'com.google.protobuf' // Needed for gRPC

Expand Down Expand Up @@ -61,13 +61,14 @@ android {
}
}

// Execute this manually
/* Uncomment when generating license report
licenseReport {
generateHtmlReport = false
generateJsonReport = true
copyHtmlReportToAssets = false
copyJsonReportToAssets = false
}
*/

// Copy the licenses file into the res dir if it exists
copy {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.9.1'

// OSS Licenses
classpath 'com.jaredsburrows:gradle-license-plugin:0.8.80'
// classpath 'com.jaredsburrows:gradle-license-plugin:0.8.80' // Uncomment when generating license report

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit 86e38d3

Please sign in to comment.