add android and desktop modules
This commit is contained in:
@@ -5,14 +5,33 @@ rootProject.name = "orx"
|
||||
|
||||
includeBuild("build-logic")
|
||||
|
||||
pluginManagement {
|
||||
repositories {
|
||||
google {
|
||||
content {
|
||||
includeGroupByRegex("com\\.android.*")
|
||||
includeGroupByRegex("com\\.google.*")
|
||||
includeGroupByRegex("androidx.*")
|
||||
}
|
||||
}
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
|
||||
dependencyResolutionManagement {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
mavenLocal {
|
||||
content {
|
||||
includeGroup("org.openrndr")
|
||||
}
|
||||
}
|
||||
// Mapbox Maven repository
|
||||
maven {
|
||||
url = uri("https://api.mapbox.com/downloads/v2/releases/maven")
|
||||
}
|
||||
}
|
||||
versionCatalogs {
|
||||
// We use a regex to get the openrndr version from the primary catalog as there is no public Gradle API to parse catalogs.
|
||||
@@ -105,4 +124,10 @@ include(
|
||||
|
||||
"orx-module-catalog"
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
include(":android")
|
||||
include(":math")
|
||||
include(":desktop")
|
||||
include(":icegps-common")
|
||||
include(":icegps-shared")
|
||||
Reference in New Issue
Block a user