Skip to content

Commit

Permalink
pre release 2.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
dhakehurst committed Sep 24, 2024
1 parent 42ee9bf commit 3d58f74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion net.akehurst.kotlin.gradle.plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ plugins {

allprojects {
group = rootProject.name
version = "2.0.20"
version = rootProject.libs.versions.project.get()

project.layout.buildDirectory = File(rootProject.projectDir, ".gradle-build/${project.name}")
}
Expand Down
2 changes: 2 additions & 0 deletions net.akehurst.kotlin.gradle.plugin/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[versions]
project = "2.0.20-rc1"

kotlin = "2.0.20"
dokka = "1.9.20"
buildconfig = "5.5.0"
Expand Down

0 comments on commit 3d58f74

Please sign in to comment.