Skip to content

Commit

Permalink
Merge pull request #2569 from mbeddr/merge/mps20222
Browse files Browse the repository at this point in the history
Merge maintenance/mps20222 into maintenance/mps20223
  • Loading branch information
sergej-koscejev authored Oct 24, 2024
2 parents c718578 + 52bdac2 commit d499787
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions subprojects/com.mbeddr/languages/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ dependencies {
}

task resolve_mbeddr_platform() {
dependsOn(configurations.mbeddrPlatform)
doLast {
copy {
from {
Expand All @@ -66,9 +67,7 @@ ant.taskdef(name: 'junit', classname: 'org.apache.tools.ant.taskdefs.optional.ju
ant.taskdef(name: 'junitreport', classname: 'org.apache.tools.ant.taskdefs.optional.junit.XMLResultAggregator',
classpath: configurations.junitAnt.asPath)

def mbeddrPlatformDependency

task build_mbeddr(type: BuildLanguages, dependsOn: [':com.mbeddr:platform:copy_allScripts', configurations.mbeddrPlatform]) {
task build_mbeddr(type: BuildLanguages, dependsOn: [':com.mbeddr:platform:copy_allScripts', 'resolve_mbeddr_platform']) {
script script_build_mbeddr
outputs.dir("$artifactsDir/mbeddr")
}
Expand Down

0 comments on commit d499787

Please sign in to comment.