Skip to content

Commit

Permalink
Add migration tasks
Browse files Browse the repository at this point in the history
The tasks are no-op in 2022.2 but will be implemented in 2022.3 and
above and executed on CI for every pull request.
  • Loading branch information
sergej-koscejev committed Oct 7, 2024
1 parent 6f2587d commit d3b43e4
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 d3b43e4

Please sign in to comment.