Skip to content

Commit e7f6a49

Browse files
Update build.gradle.kts
1 parent 17be663 commit e7f6a49

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ subprojects {
3939
mavenCentral()
4040
maven("https://repo.papermc.io/repository/maven-public/")
4141
}
42+
buildDir = rootProject.buildDir
4243
dependencies {
4344
// Paper
4445
compileOnly("io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT")
4546
}
46-
}
47+
}

0 commit comments

Comments
 (0)