diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index f371643e..69a97150 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/library/plugins/talaiot-standard/src/test/kotlin/io/github/cdsap/talaiot/IntegrationSpec.kt b/library/plugins/talaiot-standard/src/test/kotlin/io/github/cdsap/talaiot/IntegrationSpec.kt index f83fadff..2aeb6b06 100644 --- a/library/plugins/talaiot-standard/src/test/kotlin/io/github/cdsap/talaiot/IntegrationSpec.kt +++ b/library/plugins/talaiot-standard/src/test/kotlin/io/github/cdsap/talaiot/IntegrationSpec.kt @@ -14,6 +14,8 @@ class DefaultConfigurationSpec : StringSpec({ "given default config" { forAll( listOf( + "7.1", + "7.0.2", "7.0", "6.8.1", "6.7.1",