Skip to content

Commit

Permalink
chore(deps): update plugin licensereport to v2.9 (#374)
Browse files Browse the repository at this point in the history
* chore(deps): update plugin licensereport to v2.9

* fix license report by removing root project + dup

---------

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Co-authored-by: Sylvain Juge <763082+SylvainJuge@users.noreply.github.com>
  • Loading branch information
elastic-renovate-prod[bot] and SylvainJuge authored Aug 21, 2024
1 parent 5a2b10c commit 0eec6d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions agent/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ tasks {
)
)
projects = arrayOf(
rootProject, rootProject.project("agent"), rootProject.project("bootstrap"),
rootProject.project("agent"), rootProject.project("bootstrap"),
rootProject.project("common"), rootProject.project("custom"),
rootProject.project("inferred-spans"), rootProject.project("instrumentation"),
rootProject.project("resources"), project
rootProject.project("resources")
)

configurations = arrayOf("runtimeClasspath", "compileClasspath")
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ jib = { id = "com.google.cloud.tools.jib", version.ref = "jib" }
taskinfo = { id = "org.barfuin.gradle.taskinfo", version = '2.2.0' }
jmh = {id = "me.champeau.jmh", version = "0.7.2"}
nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = '2.0.0' }
licenseReport = { id = "com.github.jk1.dependency-license-report", version = "2.7" }
licenseReport = { id = "com.github.jk1.dependency-license-report", version = "2.9" }
dockerJavaApplication = { id = "com.bmuschko.docker-java-application", version = "9.4.0" }
shadow = { id = "com.github.johnrengelman.shadow", version.ref = "shadow" }

0 comments on commit 0eec6d1

Please sign in to comment.