Skip to content

Commit

Permalink
Fix default command to Record one startup to maintain backwards compa…
Browse files Browse the repository at this point in the history
…tibility
  • Loading branch information
Douglasdc3 committed Mar 27, 2023
1 parent c892e17 commit 26f87b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
group 'com.github.douglasdc3'
version '1.0.0-SNAPSHOT'
description = """Simple app which uses a running dump1090 instance to record dump1090 to rolling log file."""
mainClassName = 'com.github.douglasdc3.dump1090recorder.Main'
mainClassName = 'com.github.douglasdc3.dump1090recorder.Record'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion jpackage.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--input ./build/libs
--main-jar dump1090-recorder.jar
--main-class com.github.douglasdc3.dump1090recorder.Main
--main-class com.github.douglasdc3.dump1090recorder.Record
--name dump1090-recorder
--app-version 1.0.0
--copyright "Ken Andries, (C) 2023"
Expand Down

0 comments on commit 26f87b4

Please sign in to comment.