Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apply license gradle plugin #13535

Merged
merged 15 commits into from
Aug 20, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix merge
sdelamo committed Jul 19, 2024
commit 494dd22d06bfb250ad8fcff14d24677eb1d777d4
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -354,7 +354,7 @@ subprojects { project ->
apply plugin: 'eclipse'
apply plugin: 'idea'
apply plugin: 'project-report'
apply plugin: 'com.github.hierynomus.license-report'
apply from: "../gradle/dependency-licenses.gradle"

if (!isTestSuite) {

@@ -617,7 +617,6 @@ apply {
from 'gradle/docs.gradle' // tasks for building the documentation (e.g. user guide, javadocs)
from 'gradle/assemble.gradle' // tasks for creating an installation or distribution
from 'gradle/findbugs.gradle'
from 'gradle/dependency-licenses.gradle'
}

task buildscriptDependencies(type: org.gradle.api.tasks.diagnostics.DependencyReportTask) {
9 changes: 0 additions & 9 deletions gradle/dependency-licenses.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
buildscript {
repositories {
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {

classpath("gradle.plugin.com.hierynomus.gradle.plugins:license-gradle-plugin:0.16.1")
}
}
apply plugin: 'com.github.hierynomus.license-report'

List<String> licenseExclusions = [