Skip to content

Commit

Permalink
fix(build): Ensure root project version is applied to child projects
Browse files Browse the repository at this point in the history
  • Loading branch information
phinner committed Mar 14, 2024
1 parent 012fac0 commit c91b4e7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ plugins {
id("net.ltgt.errorprone")
}

version = rootProject.version
group = rootProject.group
description = rootProject.description

repositories {
mavenCentral()
maven("https://maven.xpdustry.com/mindustry") {
Expand Down

0 comments on commit c91b4e7

Please sign in to comment.