Skip to content

Commit

Permalink
try run CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr.Karpovich committed Dec 8, 2023
1 parent dfaeced commit ef5b47e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
org.gradle.jvmargs=-Xmx8096M
org.jetbrains.compose.experimental.uikit.enabled=true
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ pluginManagement {
id 'org.jetbrains.compose' version 'COMPOSE_GRADLE_PLUGIN_VERSION_PLACEHOLDER'
}
repositories {
mavenLocal()
gradlePluginPortal()
maven { url "https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" }
mavenLocal()
}
}
rootProject.name = "nativeCacheKind"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ pluginManagement {
id 'org.jetbrains.compose' version 'COMPOSE_GRADLE_PLUGIN_VERSION_PLACEHOLDER'
}
repositories {
mavenLocal()
gradlePluginPortal()
maven { url "https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" }
mavenLocal()
}
}
rootProject.name = "nativeCacheKind"
Expand Down
2 changes: 1 addition & 1 deletion gradle-plugins/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ compose.tests.gradle.versions=7.4, 8.3

# A version of Gradle plugin, that will be published,
# unless overridden by COMPOSE_GRADLE_PLUGIN_VERSION env var.
deploy.version=0.1.0-SNAPSHOT
deploy.version=0.0.1.0-SNAPSHOT

0 comments on commit ef5b47e

Please sign in to comment.