Hey this is my first Airbyte connector and I am ha...
# ask-community-for-troubleshooting
c
Hey this is my first Airbyte connector and I am having issues with the standard tests. Specifically when running the
./gradlew :airbyte-integrations:connectors:source-employment-hero:integrationTest
command my build fails. It returns the following error messages. Saying that deprecated Gradle features were used in this build, making it incompatible with the Gradle 8.0.
Building all of Airbyte.
/Users/carlos/Documents/POI/Development/airbyte/airbyte-integrations/connectors
> Task :buildSrc:validatePlugins FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':buildSrc:validatePlugins'.
> There was a failure while executing work items
> A failure occurred while executing org.gradle.plugin.devel.tasks.internal.ValidateAction
> Unsupported class file major version 62
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Get more help at <https://help.gradle.org>
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See <https://docs.gradle.org/7.3.1/userguide/command_line_interface.html#sec:command_line_warnings>
BUILD FAILED in 1s
10 actionable tasks: 1 executed, 9 up-to-date
My Java is version -> 18.0 and python3 -> 3.10.1 Any help would be much appreciated, and apologies if this is the wrong channel.
1
a
Hey @Carlos, can you please post this type of question in our Connector development forum?
c
Ahhh ok, I thought it seemed like the wrong place. Apologies