Skip to content

Commit

Permalink
Fix release publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
MineKing9534 committed Nov 6, 2024
1 parent 6ca0534 commit 0fedace
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ version = "1.1.0"
val release = System.getenv("RELEASE") == "true"

allprojects {
version = rootProject.version

apply(plugin = "org.jetbrains.kotlin.jvm")
apply(plugin = "com.adarshr.test-logger")
apply(plugin = "test-report-aggregation")
Expand Down

0 comments on commit 0fedace

Please sign in to comment.