mirror of
https://github.com/ProtonMail/protoncore_android.git
synced 2026-05-15 09:50:41 +00:00
chore: Renamed Gradle Project names (allow accessors).
In order to allow project accessors on client apps Run apiDump with new project name
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
* along with ProtonCore. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
rootProject.name = "Publish core gradle plugins"
|
||||
rootProject.name = "PublishCoreGradlePlugins"
|
||||
|
||||
include(
|
||||
"publish-plugin"
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
* along with ProtonCore. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
rootProject.name = "Core gradle plugins"
|
||||
rootProject.name = "CoreGradlePlugins"
|
||||
|
||||
includeBuild("publish-core-plugins")
|
||||
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@
|
||||
* along with ProtonCore. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
rootProject.name = "Proton Core"
|
||||
rootProject.name = "ProtonCore"
|
||||
|
||||
|
||||
val (projects, modules) = rootDir.projectsAndModules()
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
* along with ProtonCore. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
rootProject.name = "Core Tools"
|
||||
rootProject.name = "CoreTools"
|
||||
|
||||
enableFeaturePreview("VERSION_CATALOGS")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user