Skip to content

Commit

Permalink
build: fix version.gradle
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
WakelessSloth56 committed Sep 27, 2022
1 parent 4154800 commit 14afc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/version.gradle
@@ -1,4 +1,4 @@
apply from: "$rootDir/gradle/utils.gradle"
apply from: "gradle/utils.gradle"

def getBuildVersion() {
if (getEnvAsBoolean('CI')) {
Expand Down

0 comments on commit 14afc44

Please sign in to comment.