-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Description
Hi. I'm trying to setup CI with gradle build. Thereis an issue with feathers sdk
I getting this error:
> The following error occurred while executing this line: /root/.gradle/gradleFx/sdks/dad80235945ad594fbc60646f9b4a721752f7af8/installer.xml:146: Reference air.sdk.server.linux.${config.airsdk.linux.versions.default} not found.
Even if i run "gradle -Dair.sdk.version=26" i still getting error:
> The following error occurred while executing this line: /root/.gradle/gradleFx/sdks/dad80235945ad594fbc60646f9b4a721752f7af8/installer.xml:146: Reference air.sdk.server.linux.26 not found.
As i understand, this happens because sdk-manager-config-1.0.xml doesn't contain any linux-platform data.
Why there is no support on linux?
More over - our project doesn't need air, but we can't complete build using gradle.
Reactions are currently unavailable