Thanks, but that didnt work. Even just compiling doesnt.
Can anyone point me to where i can find the documentation on getting up and compiling?
I Installed java 17, node 16, npm, python 3.9, docker, docker-compose and jq.
git clone https://github.com/airbytehq/airbyte.gi.
cd airbyte
SUB_BUILD=PLATFORM sudo ./gradlew composebuild
That fails, i even try just
SUB_BUILD=PLATFORM sudo ./gradlew build
I keep getting FAILURE: Build failed with an exception.
Thanks