GP-4685: Fixing build

This commit is contained in:
Ryan Kurtz 2024-06-13 14:22:43 -04:00
parent 6c61390185
commit 0475071f52

View File

@ -38,10 +38,6 @@ dependencies {
implementation project(':BSim')
}
base {
libsDirectory = file('ziplayout')
}
task copyGenericTask(type: Copy) {
from project(':Generic').file('src/main/java')
into 'build/genericSrc'