Skip to content

Commit

Permalink
Merge pull request #75 from teogor/fix/core-module-name
Browse files Browse the repository at this point in the history
Fixed wrong name for core module
  • Loading branch information
teogor authored Aug 25, 2024
2 parents 1a05500 + ceddbbd commit d7f13a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sudoklify-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ plugins {
winds {
moduleMetadata {
artifactDescriptor {
name = "Beta"
name = "Core"
}
}
}
Expand Down

0 comments on commit d7f13a2

Please sign in to comment.