Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
wumpz authored Feb 17, 2023
1 parent 0b09229 commit 3523388
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 @@ -383,8 +383,8 @@ task sphinx(type: Exec) {

args = [
"-Dproject=JSQLParser"
, "-Dcopyright=Tobias Warnecke, 2022"
, "-Dauthor=Tobias Warnecke"
, "-Dcopyright=Tobias Warneke, 2022"
, "-Dauthor=Tobias Warneke"
, "-Drelease=${getVersion(false)}"
, "-Drst_prolog=$PROLOG"
, "${projectDir}/src/site/sphinx"
Expand Down

0 comments on commit 3523388

Please sign in to comment.