Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Update plugin com.vanniktech.maven.publish to v0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 13, 2024
1 parent 64bce1d commit f3eade4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion naked-annotation/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import com.vanniktech.maven.publish.SonatypeHost

plugins {
kotlin("jvm")
id("com.vanniktech.maven.publish") version "0.25.3"
id("com.vanniktech.maven.publish") version "0.28.0"
}

java.toolchain.languageVersion = JavaLanguageVersion.of(11)
Expand Down
2 changes: 1 addition & 1 deletion naked-kotlin-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
kotlin("jvm")
kotlin("kapt")
id("com.github.gmazzo.buildconfig")
id("com.vanniktech.maven.publish") version "0.25.3"
id("com.vanniktech.maven.publish") version "0.28.0"
}

java.toolchain.languageVersion = JavaLanguageVersion.of(11)
Expand Down

0 comments on commit f3eade4

Please sign in to comment.