mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-14 20:39:59 -05:00
buildSrc: Fix strange warning in ci build (#952)
* buildSrc: Fix strange warning ´Project accessors enabled, but root project name not explicitly set for 'buildSrc'. Checking out the project in different folders will impact the generated code and implicitly the buildscript classpath, breaking caching.´ * Update settings.gradle.kts --------- Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
This commit is contained in:
parent
f34702d4fc
commit
2674b84974
1 changed files with 2 additions and 0 deletions
|
@ -14,3 +14,5 @@ dependencyResolutionManagement {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "mihon-buildSrc"
|
||||
|
|
Loading…
Reference in a new issue