Skip to content

Commit

Permalink
fix build -- removed devlopment property reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinso committed Nov 28, 2023
1 parent f9a70d7 commit 4eacfac
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 @@ -147,7 +147,7 @@ processResources {
filesMatching('resources/about.properties') {
filter(ReplaceTokens,
tokens: [VERSION : version, BUILD: buildNumber, DEFAULT_MASTER_RESOURCE_URL: dataServerUrl,
TIMESTAMP: timestamp, DEVELOPMENT: development])
TIMESTAMP: timestamp])
}
}

Expand Down

0 comments on commit 4eacfac

Please sign in to comment.