Skip to content

Commit

Permalink
Merge pull request #2546 from mbeddr/merge/mps20223
Browse files Browse the repository at this point in the history
Merge maintenance/mps20223 into master
  • Loading branch information
sergej-koscejev authored Oct 7, 2024
2 parents 21a8762 + fd5d814 commit 0fb1edb
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 0fb1edb

Please sign in to comment.