Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 7e43a92

Browse files
committed
Updated gradle plugin version
1 parent 6c15d52 commit 7e43a92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
6868

6969
tasks {
7070
pluginBundle {
71-
website = "http://kotest.io"
71+
website = "https://kotest.io"
7272
vcsUrl = "https://github.com/kotest"
7373
tags = listOf("kotest", "kotlin", "testing", "integrationTesting")
7474
}

buildSrc/src/main/kotlin/Libs.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
object Libs {
22

33
const val KotlinVersion = "1.4.32"
4-
const val GradlePluginPublishVersion = "0.14.0"
4+
const val GradlePluginPublishVersion = "0.15.0"
55

66
object Kotest {
77
private const val version = "4.4.3"

0 commit comments

Comments
 (0)