Fix gradle build issues when multiple configurations are present

This commit is contained in:
TSR Berry 2023-08-01 01:37:38 +02:00 committed by Emmanuel Hansen
parent 6a8fce261e
commit 3f8d269719
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ else {
// Trees
ext.outputTree = fileTree("${buildDir}/publish") {
include '**/*'
include "*/${configuration.toLowerCase()}_*/*"
builtBy 'compileLibRyujinx'
}