Skip to content

Commit

Permalink
扔掉group
Browse files Browse the repository at this point in the history
  • Loading branch information
RawDiamondMC committed Sep 28, 2024
1 parent ba45eb7 commit d9d5d51
Show file tree
Hide file tree
Showing 25 changed files with 0 additions and 27 deletions.
1 change: 0 additions & 1 deletion config/neo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import net.fabricmc.loom.util.ModPlatform

apply from: rootProject.file("gradle/scripts/klib-neo.gradle")

group = "band.kessoku.lib.config"
base.archivesName = rootProject.name + "-config"

kessoku {
Expand Down
1 change: 0 additions & 1 deletion data/common/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
apply from: rootProject.file("gradle/scripts/klib-common.gradle")

group = "band.kessoku.lib.data"
base.archivesName = rootProject.name + "-data"

kessoku {
Expand Down
1 change: 0 additions & 1 deletion data/fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import net.fabricmc.loom.util.ModPlatform

apply from: rootProject.file("gradle/scripts/klib-fabric.gradle")

group = "band.kessoku.lib.data"
base.archivesName = rootProject.name + "-data"

kessoku {
Expand Down
1 change: 0 additions & 1 deletion data/neo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import net.fabricmc.loom.util.ModPlatform

apply from: rootProject.file("gradle/scripts/klib-neo.gradle")

group = "band.kessoku.lib.data"
base.archivesName = rootProject.name + "-data"

kessoku {
Expand Down
1 change: 0 additions & 1 deletion entity-events/common/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
apply from: rootProject.file("gradle/scripts/klib-common.gradle")

group = "band.kessoku.lib.events.entity"
base.archivesName = rootProject.name + "-entity-events"

kessoku {
Expand Down
1 change: 0 additions & 1 deletion entity-events/fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import net.fabricmc.loom.util.ModPlatform

apply from: rootProject.file("gradle/scripts/klib-fabric.gradle")

group = "band.kessoku.lib.events.entity"
base.archivesName = rootProject.name + "-entity-events"

kessoku {
Expand Down
1 change: 0 additions & 1 deletion entity-events/neo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import net.fabricmc.loom.util.ModPlatform

apply from: rootProject.file("gradle/scripts/klib-neo.gradle")

group = "band.kessoku.lib.events.entity"
base.archivesName = rootProject.name + "-entity-events"

loom {
Expand Down
1 change: 0 additions & 1 deletion entrypoint/common/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
apply from: rootProject.file("gradle/scripts/klib-common.gradle")

group = "band.kessoku.lib.entrypoint"
base.archivesName = rootProject.name + "-entrypoint"

kessoku {
Expand Down
2 changes: 0 additions & 2 deletions entrypoint/fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import net.fabricmc.loom.util.ModPlatform

apply from: rootProject.file("gradle/scripts/klib-fabric.gradle")

group = "band.kessoku.lib.entrypoint"
base.archivesName = rootProject.name + "-entrypoint"

kessoku {
Expand All @@ -13,5 +12,4 @@ kessoku {
}

dependencies {
implementation libs.aj4j
}
1 change: 0 additions & 1 deletion entrypoint/neo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import net.fabricmc.loom.util.ModPlatform

apply from: rootProject.file("gradle/scripts/klib-neo.gradle")

group = "band.kessoku.lib.entrypoint"
base.archivesName = rootProject.name + "-entrypoint"

kessoku {
Expand Down
1 change: 0 additions & 1 deletion event-base/common/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
apply from: rootProject.file("gradle/scripts/klib-common.gradle")

group = "band.kessoku.lib.event"
base.archivesName = rootProject.name + "-event-base"

kessoku {
Expand Down
1 change: 0 additions & 1 deletion event-base/fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import net.fabricmc.loom.util.ModPlatform

apply from: rootProject.file("gradle/scripts/klib-fabric.gradle")

group = "band.kessoku.lib.event"
base.archivesName = rootProject.name + "-event-base"

kessoku {
Expand Down
1 change: 0 additions & 1 deletion event-base/neo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import net.fabricmc.loom.util.ModPlatform

apply from: rootProject.file("gradle/scripts/klib-neo.gradle")

group = "band.kessoku.lib.event"
base.archivesName = rootProject.name + "-event-base"

kessoku {
Expand Down
1 change: 0 additions & 1 deletion keybinding/common/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
apply from: rootProject.file("gradle/scripts/klib-common.gradle")

group = "band.kessoku.lib.keybinding"
base.archivesName = rootProject.name + "-keybinding"

kessoku {
Expand Down
1 change: 0 additions & 1 deletion keybinding/fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import net.fabricmc.loom.util.ModPlatform

apply from: rootProject.file("gradle/scripts/klib-fabric.gradle")

group = "band.kessoku.lib.keybinding"
base.archivesName = rootProject.name + "-keybinding"

kessoku {
Expand Down
1 change: 0 additions & 1 deletion keybinding/neo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import net.fabricmc.loom.util.ModPlatform

apply from: rootProject.file("gradle/scripts/klib-neo.gradle")

group = "band.kessoku.lib.keybinding"
base.archivesName = rootProject.name + "-keybinding"

kessoku {
Expand Down
1 change: 0 additions & 1 deletion lifecycle-events/common/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
apply from: rootProject.file("gradle/scripts/klib-common.gradle")

group = "band.kessoku.lib.events.lifecycle"
base.archivesName = rootProject.name + "-lifecycle-events"

kessoku {
Expand Down
1 change: 0 additions & 1 deletion lifecycle-events/fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import net.fabricmc.loom.util.ModPlatform

apply from: rootProject.file("gradle/scripts/klib-fabric.gradle")

group = "band.kessoku.lib.events.lifecycle"
base.archivesName = rootProject.name + "-lifecycle-events"

kessoku {
Expand Down
1 change: 0 additions & 1 deletion lifecycle-events/neo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import net.fabricmc.loom.util.ModPlatform

apply from: rootProject.file("gradle/scripts/klib-neo.gradle")

group = "band.kessoku.lib.events.lifecycle"
base.archivesName = rootProject.name + "-lifecycle-events"

loom {
Expand Down
1 change: 0 additions & 1 deletion platform/common/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
apply from: rootProject.file("gradle/scripts/klib-common.gradle")

group = "band.kessoku.lib.platform"
base.archivesName = rootProject.name + "-platform"

kessoku {
Expand Down
1 change: 0 additions & 1 deletion platform/fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import net.fabricmc.loom.util.ModPlatform

apply from: rootProject.file("gradle/scripts/klib-fabric.gradle")

group = "band.kessoku.lib.platform"
base.archivesName = rootProject.name + "-platform"

kessoku {
Expand Down
1 change: 0 additions & 1 deletion platform/neo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import net.fabricmc.loom.util.ModPlatform

apply from: rootProject.file("gradle/scripts/klib-neo.gradle")

group = "band.kessoku.lib.platform"
base.archivesName = rootProject.name + "-platform"

kessoku {
Expand Down
2 changes: 0 additions & 2 deletions registry/common/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
apply from: rootProject.file("gradle/scripts/klib-common.gradle")

group = "band.kessoku.lib.registry"
base.archivesName = rootProject.name + "-registry"

loom {
Expand All @@ -12,5 +11,4 @@ kessoku {
}

dependencies {

}
1 change: 0 additions & 1 deletion registry/fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import net.fabricmc.loom.util.ModPlatform

apply from: rootProject.file("gradle/scripts/klib-fabric.gradle")

group = "band.kessoku.lib.registry"
base.archivesName = rootProject.name + "-registry"

loom {
Expand Down
1 change: 0 additions & 1 deletion registry/neo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import net.fabricmc.loom.util.ModPlatform

apply from: rootProject.file("gradle/scripts/klib-neo.gradle")

group = "band.kessoku.lib.registry"
base.archivesName = rootProject.name + "-registry"

loom {
Expand Down

0 comments on commit d9d5d51

Please sign in to comment.