This commit is contained in:
modmuss50 2021-12-07 13:01:20 +00:00
parent 52e43da3a8
commit 5fffac8ec1
2 changed files with 3 additions and 3 deletions

View file

@ -161,8 +161,8 @@ sourceSets {
}
main {
runtimeClasspath += datagen.runtimeClasspath
runtimeClasspath += datagen.output
runtimeClasspath += generated.runtimeClasspath
runtimeClasspath += generated.output
}
}