Skip to content

Commit

Permalink
Define the group in gradle.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Jan 17, 2025
1 parent 329cdb1 commit 81850bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ println("Build version: ${project.version}")
subprojects {
apply(plugin = "ktorbuild.base")

group = "io.ktor"
extra["hostManager"] = HostManager()

setupTrainForSubproject()
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
kotlin.code.style=official

# config
group=io.ktor
version=3.1.0-SNAPSHOT

## Performance
Expand Down

0 comments on commit 81850bd

Please sign in to comment.