Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
DinoMarlir committed May 24, 2024
1 parent 4a081a1 commit 71c206f
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 10 deletions.
2 changes: 0 additions & 2 deletions api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ plugins {
`maven-publish`
}

group = "me.blueamethyst.bluecloud"

repositories {
mavenCentral()
}
Expand Down
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
allprojects {
group = "me.blueamethyst.bluecloud"
version = project.property("project.version").toString()
}
2 changes: 0 additions & 2 deletions common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ plugins {
kotlin("plugin.serialization") version "1.9.24"
}

group = "me.blueamethyst.bluecloud"

repositories {
mavenCentral()
}
Expand Down
2 changes: 0 additions & 2 deletions node/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ plugins {
id("com.github.johnrengelman.shadow") version "8.1.1"
}

group = "me.blueamethyst.bluecloud"

repositories {
mavenCentral()
}
Expand Down
2 changes: 0 additions & 2 deletions runner/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ plugins {
kotlin("jvm") version "1.9.24"
}

group = "me.blueamethyst.bluecloud"

repositories {
mavenCentral()
}
Expand Down
2 changes: 0 additions & 2 deletions wrapper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ plugins {
kotlin("plugin.serialization") version "1.9.24"
}

group = "me.blueamethyst.bluecloud"

repositories {
mavenCentral()
}
Expand Down

0 comments on commit 71c206f

Please sign in to comment.