Skip to content

Commit

Permalink
Merge pull request #2544 from mbeddr/refactor/add-migration-tasks
Browse files Browse the repository at this point in the history
Add migration tasks
  • Loading branch information
sergej-koscejev authored Oct 7, 2024
2 parents 6f2587d + d3b43e4 commit 8ca5b6d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build/com.mbeddr/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -171,3 +171,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 8ca5b6d

Please sign in to comment.