Skip to content

Commit

Permalink
Include runtime-fix publish
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Lüpges <[email protected]>
  • Loading branch information
luepges committed Oct 18, 2024
1 parent 7f4fed2 commit da58cfc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ task buildMC {
}

buildMC.dependsOn(gradle.includedBuilds*.task(':build'))
buildMC.dependsOn(gradle.includedBuilds*.task(':monticore-runtime-fix:build'))

/**
* Assembles the core projects, i.e. the generator, runtime and grammar library.
Expand All @@ -131,6 +132,7 @@ task assembleMC {
}

assembleMC.dependsOn(gradle.includedBuilds*.task(':assemble'))
assembleMC.dependsOn(gradle.includedBuilds*.task(':monticore-runtime-fix:assemble'))


/**
Expand All @@ -149,6 +151,7 @@ task testMC {
}

testMC.dependsOn(gradle.includedBuilds*.task(':test'))
testMC.dependsOn(gradle.includedBuilds*.task(':monticore-runtime-fix:test'))

/**
* Publishes the jars of the core projects, i.e. the generator, runtime and grammar library
Expand All @@ -169,6 +172,7 @@ task deployMC {
}

deployMC.dependsOn(gradle.includedBuilds*.task(':publish'))
deployMC.dependsOn(gradle.includedBuilds*.task(':monticore-runtime-fix:publish'))

/**
* Publishes the jars of the core projects, i.e. the generator, runtime and grammar library
Expand All @@ -188,6 +192,7 @@ task publishMCToMavenLocal {
}

publishMCToMavenLocal.dependsOn(gradle.includedBuilds*.task(':publishToMavenLocal'))
publishMCToMavenLocal.dependsOn(gradle.includedBuilds*.task(':monticore-runtime-fix:publishToMavenLocal'))

/**
* Build the test projects, i.e. integration tests and experiments.
Expand Down

0 comments on commit da58cfc

Please sign in to comment.