Skip to content
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
Clean-up
  • Loading branch information
nbagnard committed Feb 3, 2025
commit 9defe46a97123974cc6e5fe65b0c05938c0f2cfc
13 changes: 0 additions & 13 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -218,13 +218,6 @@ task runCallbackWithBadRefreshToken(type: JavaExec) {
main = 'com.mongodb.jdbc.oidc.manualtests.TestOidcCallbackWithBadRefreshToken'
}



tasks.register('copyThirdPartyLicenseNotice', Copy) {
from layout.buildDirectory.file("reports/dependency-license/THIRD-PARTY-LICENSE.txt")
into layout.projectDirectory.dir("src/main/resources/META-INF/licenses")
}

jar {
// Add the THIRD-PARTY-LICENSE to our jar
// Note that in order for this to work, the file must be present
Expand All @@ -250,12 +243,6 @@ shadowJar {
}
}

tasks.named('copyThirdPartyLicenseNotice') {
dependsOn generateLicenseReport
}



dependencies {
integrationTestImplementation "org.yaml:snakeyaml:$snakeYamlVersion"
api "org.mongodb:mongodb-driver-sync:$mongodbDriverVersion"
Expand Down