mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-26 06:44:58 +00:00
Android client for managing CapRover PaaS deployments - deploy apps, manage containers, and monitor server status from mobile. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
11 lines
166 B
Groovy
11 lines
166 B
Groovy
pluginManagement {
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
rootProject.name = "CaproverForge"
|
|
include ':app'
|