Skip to content

Commit

Permalink
Reset version to avoid problematic 0.1.24, update spec versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tresat committed Nov 4, 2024
1 parent dbf6651 commit 913188c
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pluginManagement {
}

plugins {
id("org.gradle.experimental.android-ecosystem").version("0.1.21")
id("org.gradle.experimental.android-ecosystem").version("0.1.23")
}

dependencyResolutionManagement {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pluginManagement {
}

plugins {
id("org.gradle.experimental.android-ecosystem").version("0.1.21")
id("org.gradle.experimental.android-ecosystem").version("0.1.23")
}

dependencyResolutionManagement {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pluginManagement {
}

plugins {
id("org.gradle.experimental.android-ecosystem").version("0.1.21")
id("org.gradle.experimental.android-ecosystem").version("0.1.23")
}

rootProject.name = "example-android-app"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pluginManagement {
}

plugins {
id("org.gradle.experimental.jvm-ecosystem").version("0.1.21")
id("org.gradle.experimental.jvm-ecosystem").version("0.1.23")
}

rootProject.name = "example-java-app"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,4 @@ class KotlinApplicationInitProjectSpec extends AbstractBuildInitSpecification {

assert result.output.contains("Hello World!")
}

@Override
protected void canBuildGeneratedProject() {
result = GradleRunner.create()
.withProjectDir(projectDir)
.withPluginClasspath()
.withArguments("build")
.forwardOutput()
.build()
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pluginManagement {
}

plugins {
id("org.gradle.experimental.kmp-ecosystem").version("0.1.21")
id("org.gradle.experimental.kmp-ecosystem").version("0.1.23")
}

dependencyResolutionManagement {
Expand Down
2 changes: 1 addition & 1 deletion unified-prototype/unified-plugin/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.24-SNAPSHOT
0.1.25-SNAPSHOT

0 comments on commit 913188c

Please sign in to comment.