mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
Remove mavenLocal from templates, keep in examples (#719)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
// TODO: remove after new build is published
|
||||
mavenLocal()
|
||||
google()
|
||||
mavenCentral()
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
// TODO: remove after new build is published
|
||||
mavenLocal().mavenContent {
|
||||
includeModule("org.jetbrains.compose", "compose-gradle-plugin")
|
||||
}
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
// TODO: remove after new build is published
|
||||
mavenLocal()
|
||||
google()
|
||||
mavenCentral()
|
||||
|
||||
@@ -3,7 +3,6 @@ plugins {
|
||||
}
|
||||
|
||||
repositories {
|
||||
// TODO: remove after new build is published
|
||||
mavenLocal()
|
||||
google()
|
||||
mavenCentral()
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
// TODO: remove after new build is published
|
||||
mavenLocal()
|
||||
google()
|
||||
mavenCentral()
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
// TODO: remove after new build is published
|
||||
mavenLocal()
|
||||
gradlePluginPortal()
|
||||
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
|
||||
}
|
||||
|
||||
@@ -3,8 +3,6 @@ buildscript {
|
||||
val composeVersion = System.getenv("COMPOSE_TEMPLATE_COMPOSE_VERSION") ?: "0.4.0"
|
||||
|
||||
repositories {
|
||||
// TODO: remove after new build is published
|
||||
mavenLocal()
|
||||
google()
|
||||
mavenCentral()
|
||||
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
|
||||
|
||||
Reference in New Issue
Block a user