Skip to content

Commit

Permalink
Fixed TessdataTag for inclusion into generated ProgramId class
Browse files Browse the repository at this point in the history
  • Loading branch information
hbitteur committed Apr 18, 2024
1 parent d22b156 commit 9d1ccc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ ext.jcppVersion = '1.5.9'
ext.leptVersion = '1.83.0'
ext.tessVersion = '5.3.1'

ext.myTessdataTag = project.property('myTessdataTag')
println "myTessdataTag: $myTessdataTag"
ext.tessdataTag = project.property('myTessdataTag')
println "myTessdataTag: $tessdataTag"

ext.programName = 'Audiveris'
ext.programId = 'audiveris'
Expand Down

0 comments on commit 9d1ccc3

Please sign in to comment.