Skip to content

Commit

Permalink
Merge pull request #2545 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 7, 2024
2 parents f213038 + 76c237a commit 8c63572
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions subprojects/com.mbeddr/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,11 @@ task printRepositories {
println "dependencyRepositories: $dependencyRepositories"
}
}

tasks.register('migrate') {
// No-op in this version
}

tasks.register('remigrate') {
// No-op in this version
}

0 comments on commit 8c63572

Please sign in to comment.