mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-28 11:26:24 +02:00
Fix gradle build issues when multiple configurations are present
This commit is contained in:
parent
6a8fce261e
commit
3f8d269719
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ else {
|
|||
// Trees
|
||||
|
||||
ext.outputTree = fileTree("${buildDir}/publish") {
|
||||
include '**/*'
|
||||
include "*/${configuration.toLowerCase()}_*/*"
|
||||
builtBy 'compileLibRyujinx'
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue