Skip to content

Commit

Permalink
Fix build (#2054)
Browse files Browse the repository at this point in the history
* #1797 create beta

* #1797 fix build
  • Loading branch information
wsbrenk committed Apr 14, 2024
1 parent e4e98b2 commit 70d9ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ apply plugin: de.jansauer.poeditor.POEditorPlugin
version = '8.0'
ext {
// Development_stage (DEV:0 BETA:1 STABLE:2)
development_stage = project.properties['DEV_STAGE'] ?: 0
development_stage = project.properties['DEV_STAGE'] as Integer ?: 0
version_type = "-DEV"
target_dir = "${buildDir}/artefacts"
}
Expand Down

0 comments on commit 70d9ded

Please sign in to comment.