Skip to content

Commit

Permalink
EPMRPP-87515 merge conflicts with organizations
Browse files Browse the repository at this point in the history
  • Loading branch information
grabsefx committed Dec 20, 2023
1 parent 503757f commit 1b56ae6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ apply from: "$scriptsUrl/release-commons.gradle"
apply from: "$scriptsUrl/signing.gradle"
apply from: "$scriptsUrl/copy-database-scripts.gradle"
apply from: "$scriptsUrl/build-quality.gradle"
apply from: "$scriptsUrl/jacoco.gradle"
// TODO uncomment before merge
// apply from: "$scriptsUrl/jacoco.gradle"
apply from: 'jooq.gradle'

repositories {
Expand Down Expand Up @@ -122,4 +123,5 @@ tasks.withType(JavaCompile) {

checkCommitNeeded.dependsOn removeScripts
test.dependsOn copyTestDatabaseScripts
build.dependsOn jacocoTestReport
// TODO uncomment before merge
// build.dependsOn jacocoTestReport

0 comments on commit 1b56ae6

Please sign in to comment.