Skip to content

Commit

Permalink
Fix groupId
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed Aug 10, 2023
1 parent a83f8de commit 2f62930
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
### Intellij+all ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
.idea

# User-specific stuff
.idea/**/workspace.xml
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ allprojects {
apply(plugin = "signing")
apply(plugin = "maven-publish")

group = "org.panda-lang.utilities"
group = "net.dzikoysk"
version = "0.7.0"

repositories {
Expand Down

0 comments on commit 2f62930

Please sign in to comment.