buildSrc: Fix strange warning in ci build (mihonapp/mihon#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>
(cherry picked from commit 2674b849746f20c051dab3fd6edfad1594e41b42)
This commit is contained in:
Caio Oliveira 2024-06-27 02:50:30 -03:00 committed by Cuong-Tran
parent f0fad0c603
commit d71ff5f05a
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2

View file

@ -14,3 +14,5 @@ dependencyResolutionManagement {
}
}
}
rootProject.name = "komikku-buildSrc"