Skip to content

Commit

Permalink
Fix tests #2
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgonmic committed Mar 7, 2024
1 parent c6ad3e1 commit 281fc74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class WasmConfigurationCacheIT : KGPBaseTest() {

@DisplayName("D8 run correctly works with configuration cache")
@GradleTest
@GradleTestVersions(minVersion = TestVersions.Gradle.G_7_6)
fun testD8Run(gradleVersion: GradleVersion) {
project(
"wasm-d8-simple-project",
Expand Down Expand Up @@ -64,6 +65,7 @@ class WasmConfigurationCacheIT : KGPBaseTest() {

@DisplayName("Browser case works correctly with configuration cache")
@GradleTest
@GradleTestVersions(minVersion = TestVersions.Gradle.G_7_6)
fun testBrowser(gradleVersion: GradleVersion) {
project("wasm-browser-simple-project", gradleVersion) {
assertSimpleConfigurationCacheScenarioWorks(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import org.gradle.api.tasks.testing.TestDescriptor
import org.gradle.util.GradleVersion
import java.io.File

const val minSupportedGradleVersion = "7.4.2"
const val minSupportedGradleVersion = "6.8.3"

internal fun checkGradleCompatibility(
withComponent: String = "the Kotlin Gradle plugin",
Expand Down

0 comments on commit 281fc74

Please sign in to comment.