Skip to content

Commit

Permalink
build: Use JReleaser 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebz committed Dec 30, 2022
1 parent 846100c commit eabc65d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ plugins {
kotlin("jvm") version "1.8.0"
application
id("com.github.johnrengelman.shadow") version "7.1.0"
id("org.jreleaser") version "1.3.1"
id("org.jreleaser.jdks") version "1.3.1"
id("org.jreleaser") version "1.4.0"
id("org.jreleaser.jdks") version "1.4.0"
}

java {
Expand Down

0 comments on commit eabc65d

Please sign in to comment.