Skip to content

Commit

Permalink
[api]: Rename stardetector module
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagohm committed Jun 9, 2024
1 parent 6a548c9 commit 220a3f7
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nebulosa-astap/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
dependencies {
api(project(":nebulosa-common"))
api(project(":nebulosa-platesolver"))
api(project(":nebulosa-star-detection"))
api(project(":nebulosa-stardetector"))
api(libs.csv)
api(libs.oshi)
implementation(project(":nebulosa-log"))
Expand Down
2 changes: 1 addition & 1 deletion nebulosa-pixinsight/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
dependencies {
api(project(":nebulosa-common"))
api(project(":nebulosa-math"))
api(project(":nebulosa-star-detection"))
api(project(":nebulosa-stardetector"))
api(project(":nebulosa-livestacker"))
api(libs.bundles.jackson)
api(libs.apache.codec)
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion nebulosa-watney/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
dependencies {
api(project(":nebulosa-erfa"))
api(project(":nebulosa-image"))
api(project(":nebulosa-star-detection"))
api(project(":nebulosa-stardetector"))
api(project(":nebulosa-platesolver"))
api(libs.apache.collections)
implementation(project(":nebulosa-log"))
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ include(":nebulosa-skycatalog")
include(":nebulosa-skycatalog-hyg")
include(":nebulosa-skycatalog-sao")
include(":nebulosa-skycatalog-stellarium")
include(":nebulosa-star-detection")
include(":nebulosa-stardetector")
include(":nebulosa-stellarium-protocol")
include(":nebulosa-test")
include(":nebulosa-time")
Expand Down

0 comments on commit 220a3f7

Please sign in to comment.