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:
Victor Hidalgo
2022-09-28 14:58:22 +02:00
parent 790d057359
commit 7d057c46da
5 changed files with 4 additions and 4 deletions
@@ -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"
+1 -1
View File
@@ -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
View File
@@ -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()
+1 -1
View File
@@ -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")