I have a build issue on my branch <https://github....
# contributing-to-airbyte
m
u
and I can reproduce locally
u
it seems the issue is:
Copy code
airbyte-server | Error: Unable to initialize main class io.airbyte.server.ServerApp
airbyte-server | Caused by: java.lang.NoClassDefFoundError: io/airbyte/config/Configs
airbyte-server exited with code 1
airbyte-scheduler | Checking availability of db:5432
airbyte-scheduler | Host db:5432 is now available!
airbyte-scheduler | --------------------------------------------------------
airbyte-scheduler | docker-compose-wait - Everything's fine, the application can now start!
airbyte-scheduler | --------------------------------------------------------
airbyte-scheduler | Error: Unable to initialize main class io.airbyte.scheduler.SchedulerApp
airbyte-scheduler | Caused by: java.lang.NoClassDefFoundError: io/airbyte/config/Configs
u
same on github and local
u
It seems unrelated to my change but it doesn't fail on master
u
not seeing this in my branch
u
Copy code
Caused by: java.lang.NoClassDefFoundError: io/airbyte/config/Configs
u
this seems suspicious
u
did you change anything build related?
u
does that class have
package
as the first line after the initial comment?
u
ok I must have messed up smth, l'll investigate my branch
u
I think my gradle fix on the group isn't fixing the problem completely. The jars are not packaged in the distribution
u
so it works in a dev env but not when we use the distribution in the image