Skip to content

Commit

Permalink
Merge branch 'chore/126_update-gradle-to-version-6' into chore/127_up…
Browse files Browse the repository at this point in the history
…date-gradle-to-version-7
  • Loading branch information
Sabrina Wullschleger committed Apr 5, 2024
2 parents 4de6c33 + 42b87d9 commit 7c151fa
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions gretl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -170,19 +170,6 @@ dependencies {
integrationTestImplementation sourceSets.main.output
integrationTestImplementation sourceSets.test.output

/**
* Provides, at compile-time, the dependencies that both _main_ and _test_ require in order
* to successfully compile.
*/
/*integrationTestImplementation configurations.implementation
integrationTestImplementation configurations.testImplementation*/

/**
* Provides, at run-time, the dependencies that both _main_ and _test_ require to run.
*/
/*integrationTestImplementation configurations.runtime
integrationTestImplementation configurations.testRuntime*/

testImplementation 'org.apache.tomcat.embed:tomcat-embed-core:9.0.69'

testImplementation 'org.apache.hadoop:hadoop-client:3.3.5'
Expand Down Expand Up @@ -291,3 +278,9 @@ cyclonedxBom {
//includeBomSerialNumber = true
//componentVersion = "2.0.0"
}

// https://github.com/gradle/gradle/issues/17236
processResources{
duplicatesStrategy = DuplicatesStrategy.INCLUDE
}

0 comments on commit 7c151fa

Please sign in to comment.