Skip to content

Commit

Permalink
ALFREDAPI-519: Quick fix BND with multi-releases
Browse files Browse the repository at this point in the history
  • Loading branch information
WimCrols committed Nov 23, 2023
1 parent 01b21e7 commit 36c71f1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion apix-integrationtests/alfresco/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
def integrationTestsProjectDir = project.projectDir
allprojects {
// Subproject of supported Alfresco version 61/62/70/71/72
// Subproject of supported Alfresco versions
def subproject_alfresco_version = project.projectDir.name == "alfresco"
? "70" // minimum supported version
: project.projectDir.name
Expand Down Expand Up @@ -121,5 +121,10 @@ subprojects {
// After the tests, the docker setup should be stopped
finalizedBy composeDownTask
}

// Quick fix to let BND deal with multi-releases of snakeyaml
integrationTestFatJar {
bnd('-fixupmessages': '^Classes found in the wrong directory: \\\\{META-INF/versions/9/.*')
}
}

0 comments on commit 36c71f1

Please sign in to comment.