Skip to content

Commit 2e3371d

Browse files
committed
update few Gradle pluginsπ
1 parent 462668b commit 2e3371d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build-logic/jvm/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ repositories {
1111
dependencies {
1212
implementation(project(":basics"))
1313
implementation(project(":code-quality"))
14-
implementation("com.github.vlsi.gradle-extensions:com.github.vlsi.gradle-extensions.gradle.plugin:1.74")
15-
implementation("org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:1.6.20")
14+
implementation("com.github.vlsi.gradle-extensions:com.github.vlsi.gradle-extensions.gradle.plugin:1.78")
15+
implementation("org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:1.6.21")
1616
}
1717

1818
tasks.withType<KotlinCompile>().configureEach {

build-logic/publishing/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories {
1010

1111
dependencies {
1212
implementation(project(":jvm"))
13-
implementation("com.github.vlsi.gradle-extensions:com.github.vlsi.gradle-extensions.gradle.plugin:1.74")
13+
implementation("com.github.vlsi.gradle-extensions:com.github.vlsi.gradle-extensions.gradle.plugin:1.78")
1414
implementation("com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:7.0.0")
1515
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin")
1616
}

0 commit comments

Comments
 (0)