Remove unnecessary group & version setters in subproject build script files

This commit is contained in:
Allink
2023-06-16 00:26:22 +01:00
parent 29ac78a32e
commit fac7c86459
9 changed files with 0 additions and 27 deletions

View File

@ -1,6 +1,3 @@
group = rootProject.group
version = rootProject.version
dependencies {
implementation(project(":v1_20_R1"))
implementation(project(":v1_19_R3"))