Skip to content

Commit

Permalink
fix: VersionGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
CoasterFreakDE committed Apr 30, 2024
1 parent 032616a commit fd7a966
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group = "de.themeparkcraft.audioserver"
version = "0.1-SNAPSHOT"
version = "0.1-Snapshot"

repositories {
maven("https://nexus.flawcra.cc/repository/maven-mirrors/")
Expand All @@ -27,7 +27,7 @@ subprojects {
maven("https://nexus.flawcra.cc/repository/maven-mirrors/")
}

group = project.group
version = project.version
group = "de.themeparkcraft.audioserver"
version = "0.1-Snapshot"

}

0 comments on commit fd7a966

Please sign in to comment.