Skip to content

Commit 8b2769f

Browse files
Don't include subprojects as dependencies in the root project
1 parent 4da08b5 commit 8b2769f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ base {
4444
archivesName.set("ViaRewind")
4545
}
4646

47-
val shade = configureShadedDependencies()
47+
val shade = configureShadedDependencies(false) // Only shade, don't add them as dependency
4848

4949
dependencies {
5050
subprojects.forEach {

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pluginManagement {
55
}
66

77
plugins {
8-
id("de.florianmichael.baseproject.BaseProject") version "1.2.1"
8+
id("de.florianmichael.baseproject.BaseProject") version "1.2.2"
99
id("io.papermc.hangar-publish-plugin") version "0.1.3"
1010
id("net.raphimc.class-token-replacer") version "1.1.7"
1111
id("com.modrinth.minotaur") version "2.+"

0 commit comments

Comments
 (0)